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
nomad-lab
nomad-FAIR
Commits
e62360c9
Commit
e62360c9
authored
Jul 04, 2020
by
Lauri Himanen
Browse files
Fixed linting.
parent
91dce152
Pipeline
#77845
passed with stages
in 26 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/api/common.py
View file @
e62360c9
...
...
@@ -17,7 +17,7 @@ Common data, variables, decorators, models used throughout the API.
'''
from
typing
import
Callable
,
IO
,
Set
,
Tuple
,
Iterable
,
Dict
,
Any
from
flask_restplus
import
fields
from
flask
import
request
,
jsonify
,
make_response
from
flask
import
request
,
make_response
import
zipstream
from
flask
import
stream_with_context
,
Response
,
g
,
abort
from
urllib.parse
import
urlencode
...
...
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