Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KreativeThinker committed Nov 24, 2023
1 parent 26d18e2 commit 8296e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pwncore/routes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from fastapi import APIRouter

from pwncore.routes import ctf, team
from pwncore.config import config

# Main router (all routes go under /api)
router = APIRouter(prefix="/api")
Expand Down

0 comments on commit 8296e97

Please sign in to comment.