removed Auth

This commit is contained in:
Oscar Krause
2022-12-23 08:16:34 +01:00
parent d5b51bd83c
commit d1db441df4
2 changed files with 1 additions and 61 deletions

View File

@@ -22,7 +22,7 @@ from sqlalchemy.orm import sessionmaker
from Crypto.PublicKey import RSA
from Crypto.PublicKey.RSA import RsaKey
from orm import Origin, Lease, Auth
from orm import Origin, Lease
logger = logging.getLogger()
load_dotenv('../version.env')