Skip to content

Commit

Permalink
Delete unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dodolia907 committed Oct 3, 2024
1 parent 4439c84 commit a52ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/stat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fastapi import APIRouter , HTTPException, Request, status
from fastapi import APIRouter, Request
from fastapi.responses import HTMLResponse

from .. import templates
Expand Down

0 comments on commit a52ddd8

Please sign in to comment.