Clean up unnecessary exception imports

This commit is contained in:
2022-08-20 14:53:49 +01:00
parent b6e250a7cd
commit 2a6478f3cf
6 changed files with 0 additions and 10 deletions

View File

@@ -2,8 +2,6 @@
from main import app
from app.models import User
from sqlalchemy.exc import SQLAlchemyError
import sys
from getpass import getpass