Skip to content

Commit 1b2e6b8

Browse files
2 parents 8360f9a + 3796d4b commit 1b2e6b8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

app/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from fastapi.security import OAuth2PasswordBearer
77
from jose import JWTError, jwt
88
from passlib.context import CryptContext
9-
from sqlalchemy.orm import Session
109

1110
from database import SessionLocal
1211

app/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from datetime import timedelta
32
from typing import List
43

0 commit comments

Comments
 (0)