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

[execution][base] Code cleanup

parent e4f038da
No related branches found
No related tags found
1 merge request!62Code cleanup
......@@ -44,14 +44,9 @@ Execution utilities
import os
import sys
import glob
import collections
import logging
logger = logging.getLogger(__name__)
import simplejson
from .. import schema
......@@ -62,6 +57,9 @@ from .. import stats
from beat.backend.python.helpers import convert_experiment_configuration_to_container
logger = logging.getLogger(__name__)
class BaseExecutor(object):
"""Executors runs the code given an execution block information
......
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