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 5dce8a4 commit 4584debCopy full SHA for 4584deb
simple_backend/src/task_tracker/main.py
@@ -1,6 +1,5 @@
1
'''backend'''
2
from fastapi import FastAPI, HTTPException
3
-from pydantic import BaseModel
4
from storage_gist import GistStorage
5
from Cloudflare import Cloudflare
6
app = FastAPI()
0 commit comments