Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Dec 24, 2024
1 parent 6aefecb commit 5253475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/routers/case_information.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from app.auth.security import get_current_active_user
from app.models.users import UserScopes


logger = structlog.getLogger(__name__)


Expand Down
1 change: 1 addition & 0 deletions app/routers/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from app.db import get_session


router = APIRouter(
responses={404: {"description": "Not found"}},
)
Expand Down

0 comments on commit 5253475

Please sign in to comment.