Skip to content

Commit

Permalink
Adjusted files for isort & autopep
Browse files Browse the repository at this point in the history
  • Loading branch information
creyD authored and github-actions[bot] committed Oct 10, 2024
1 parent 88e97fa commit 4d0ecb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from fastapi import APIRouter, Depends, Security, HTTPException
from sqlalchemy.orm import Session
from sqlalchemy import select
from sqlalchemy import delete
from app.services.auth import verify
from app.schema.entry import LogIN, LogOUT
from app.models.entry import LogEntry
Expand Down

0 comments on commit 4d0ecb2

Please sign in to comment.