Skip to content
Snippets Groups Projects
Commit b434f1c6 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[execution][remote] Code cleanup

parent fa6f7677
No related branches found
No related tags found
1 merge request!62Code cleanup
...@@ -42,17 +42,16 @@ remote ...@@ -42,17 +42,16 @@ remote
Execution utilities Execution utilities
""" """
import zmq
import logging import logging
logger = logging.getLogger(__name__)
from .base import BaseExecutor from .base import BaseExecutor
from beat.backend.python.helpers import create_inputs_from_configuration 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 create_outputs_from_configuration
from beat.backend.python.helpers import AccessMode
logger = logging.getLogger(__name__)
class RemoteExecutor(BaseExecutor): class RemoteExecutor(BaseExecutor):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment