Skip to content

Commit fc46b35

Browse files
committed
Fix Ruff errors
1 parent d4b4a97 commit fc46b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastapi/books_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from typing import Optional
2+
13
from fastapi import FastAPI
24
from pydantic import BaseModel
3-
from typing import Optional
45

56
app = FastAPI()
67

0 commit comments

Comments
 (0)