Skip to content

Commit

Permalink
remove typing
Browse files Browse the repository at this point in the history
  • Loading branch information
seekayel committed Aug 11, 2023
1 parent a56652f commit d343a86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,5 1,3 @@
from typing import Optional

from fastapi import FastAPI
from fastapi.responses import FileResponse

Expand All @@ -10,7 8,6 @@

class Item(BaseModel):
item_id: int
name: Optional[str] = None


@app.get("/")
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 20,6 @@ python-multipart==0.0.6
PyYAML==6.0
sniffio==1.3.0
starlette==0.27.0
typing==3.7.4.3
typing_extensions==4.6.3
ujson==5.7.0
uvicorn==0.22.0
uvloop==0.17.0
Expand Down

0 comments on commit d343a86

Please sign in to comment.