We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b1670 commit 95dc264Copy full SHA for 95dc264
1 file changed
hello_world.py
@@ -10,7 +10,6 @@
10
app = FastAPI() # 这里不一定是app,名字随意
11
12
13
-
14
class CityInfo(BaseModel):
15
province: str
16
country: str
0 commit comments