chore: remove not use import

This commit is contained in:
Joe 2024-09-12 14:00:25 +08:00
parent 0b43634573
commit 753f802d97
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from controllers.console import api
from controllers.console.error import AlreadyActivateError
from extensions.ext_database import db
from libs.helper import StrLen, email, get_remote_ip, timezone
from libs.password import valid_password
from models.account import AccountStatus, Tenant
from services.account_service import AccountService, RegisterService