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
silver-platter
gitlab-deps
Commits
51747af8
Commit
51747af8
authored
Feb 04, 2020
by
ale
Browse files
Add missing import for "abort"
parent
5c74a911
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab_docker_autodep/server.py
View file @
51747af8
...
...
@@ -10,7 +10,7 @@ except ImportError:
import
queue
as
Queue
from
cheroot
import
wsgi
from
flask
import
Flask
,
request
,
make_response
from
flask
import
Flask
,
request
,
make_response
,
abort
from
.rebuild
import
rebuild
...
...
Write
Preview
Markdown
is supported
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