diff --git a/app/account_service.py b/app/account_service.py index 2307686..4aafe67 100644 --- a/app/account_service.py +++ b/app/account_service.py @@ -1,6 +1,5 @@ from flask import * from Login import check_username_availability, verify_user, add_user, get_expiry_date, change_password, UserName, WarningMessage -import re # 初始化蓝图 accountService = Blueprint("accountService", __name__)