♻️ refactor imports

This commit is contained in:
swve 2022-08-13 21:20:49 +02:00
parent 976b730de5
commit 3d542b0055
9 changed files with 22 additions and 22 deletions

View file

@ -3,8 +3,8 @@ from passlib.context import CryptContext
from jose import JWTError, jwt
import logging
from passlib.hash import pbkdf2_sha256
from ..services.database import check_database
from ..services.database import check_database, learnhouseDB, learnhouseDB
from src.services.database import check_database
from src.services.database import check_database, learnhouseDB, learnhouseDB
### 🔒 JWT ##############################################################