Skip to content

Commit 942c9aa

Browse files
committed
linting
1 parent 0dccaf2 commit 942c9aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/tests/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from sqlalchemy import create_engine
44
from sqlalchemy.orm import sessionmaker
55
from sqlalchemy.pool import StaticPool
6-
from app.middleware.auth_middleware import AuthMiddleware
7-
86

7+
from app.middleware.auth_middleware import AuthMiddleware
98
from app.models import Base
109
from app.server import app
1110
from app.utilities.db_utils import get_db

0 commit comments

Comments
 (0)