mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
linting
This commit is contained in:
parent
4bf22771af
commit
47b1398cad
1 changed files with 0 additions and 2 deletions
|
@ -5,9 +5,7 @@ from flask_login import login_required, current_user
|
||||||
|
|
||||||
from app.dashboard.base import dashboard_bp
|
from app.dashboard.base import dashboard_bp
|
||||||
from app.extensions import db
|
from app.extensions import db
|
||||||
from app.log import LOG
|
|
||||||
from app.models import Referral
|
from app.models import Referral
|
||||||
from app.utils import random_string
|
|
||||||
|
|
||||||
_REFERRAL_PATTERN = r"[0-9a-z-_]{3,}"
|
_REFERRAL_PATTERN = r"[0-9a-z-_]{3,}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue