Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 30, 2024
1 parent 4f6321c commit 414df8a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/db_app.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import uvicorn
from dataclasses import dataclass
from starlette.responses import FileResponse, RedirectResponse, JSONResponse, HTMLResponse
from starlette.requests import Request
from starlette.exceptions import HTTPException
from starlette.responses import FileResponse
from fastcore.utils import *
from fastcore.xml import *
from fasthtml import *

from sqlite_utils import Database
from fastlite import *
from fastlite.kw import *

db = Database('todos.db')
todos = db.t.todos
Expand Down

0 comments on commit 414df8a

Please sign in to comment.