mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
flake8
This commit is contained in:
parent
7c7bf15a13
commit
30f2734853
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from flask_login import login_required, current_user
|
|||
|
||||
from app import alias_utils
|
||||
from app.api.serializer import get_alias_infos_with_pagination_v3, get_alias_info_v3
|
||||
from app.config import PAGE_LIMIT, ALIAS_LIMIT
|
||||
from app.config import ALIAS_LIMIT
|
||||
from app.dashboard.base import dashboard_bp
|
||||
from app.db import Session
|
||||
from app.extensions import limiter
|
||||
|
|
Loading…
Reference in a new issue