Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
b434f1c6
Commit
b434f1c6
authored
Mar 14, 2019
by
Samuel GAIST
Browse files
[execution][remote] Code cleanup
parent
fa6f7677
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/execution/remote.py
View file @
b434f1c6
...
...
@@ -42,17 +42,16 @@ remote
Execution utilities
"""
import
zmq
import
logging
logger
=
logging
.
getLogger
(
__name__
)
from
.base
import
BaseExecutor
from
beat.backend.python.helpers
import
create_inputs_from_configuration
from
beat.backend.python.helpers
import
create_outputs_from_configuration
from
beat.backend.python.helpers
import
AccessMode
logger
=
logging
.
getLogger
(
__name__
)
class
RemoteExecutor
(
BaseExecutor
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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