Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
2ebc2369
Commit
2ebc2369
authored
Jul 06, 2018
by
Samuel GAIST
Browse files
[webapi] Import cleanup
parent
83834501
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/webapi.py
View file @
2ebc2369
...
@@ -26,7 +26,6 @@
...
@@ -26,7 +26,6 @@
###############################################################################
###############################################################################
import
sys
import
socket
import
socket
import
traceback
import
traceback
...
@@ -34,10 +33,12 @@ import six
...
@@ -34,10 +33,12 @@ import six
import
simplejson
import
simplejson
import
logging
import
logging
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
class
WebAPI
(
object
):
class
WebAPI
(
object
):
"""Manages all the interactions with the Web API
"""Manages all the interactions with the Web API
"""
"""
...
...
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