Skip to content

Commit 23bd500

Browse files
committed
This is my first python project on FastAPI
1 parent 64ca3c8 commit 23bd500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, ClassVar
1+
from typing import List
22

33
from fastapi import FastAPI, HTTPException, Query, Body
44
from pydantic import BaseModel

0 commit comments

Comments
 (0)