Adjusted files for isort & autopep

This commit is contained in:
creyD
2024-10-10 21:35:18 +00:00
committed by github-actions[bot]
parent 88e97faddb
commit 4d0ecb2ee8

View File

@@ -8,7 +8,6 @@ from creyPY.fastapi.db.session import get_db
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