mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 23:02:55 +08:00
remove unused import
This commit is contained in:
parent
1952f368a8
commit
2baebe7934
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
from time import time
|
from time import time
|
||||||
|
|
||||||
from flask import url_for, request
|
from flask import url_for
|
||||||
|
|
||||||
from app.db import Session
|
from app.db import Session
|
||||||
from app.models import User, ApiKey
|
from app.models import User, ApiKey
|
||||||
|
|
Loading…
Reference in a new issue