We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b4a97 commit fc46b35Copy full SHA for fc46b35
fastapi/books_api.py
@@ -1,6 +1,7 @@
1
+from typing import Optional
2
+
3
from fastapi import FastAPI
4
from pydantic import BaseModel
-from typing import Optional
5
6
app = FastAPI()
7
0 commit comments