Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jakub Beránek
snailwatch
Commits
37cd86de
Commit
37cd86de
authored
Apr 02, 2019
by
Jakub Beránek
Browse files
REF: remove unneeded import
parent
34157289
Pipeline
#6875
passed with stages
in 7 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/app/auth.py
View file @
37cd86de
...
...
@@ -6,7 +6,7 @@ from functools import wraps
import
werkzeug.security
from
eve
import
ID_FIELD
from
eve.auth
import
TokenAuth
from
flask
import
Response
,
abort
,
current_app
as
app
,
g
,
jsonify
,
request
from
flask
import
abort
,
current_app
as
app
,
g
,
jsonify
,
request
from
.db.loginsession
import
LoginSessionRepo
from
.db.uploadtoken
import
UploadTokenRepo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment