split functionality file across new module as was getting too long on its own. All functions remian the same, but imports will need to be updated.
This commit is contained in:
@ -8,9 +8,9 @@ from time import sleep
|
||||
from conductors import LocalPythonConductor
|
||||
from core.correctness.vars import get_result_file, \
|
||||
JOB_TYPE_PAPERMILL, JOB_ERROR, META_FILE, JOB_TYPE_PYTHON, JOB_CREATE_TIME
|
||||
from core.functionality import make_dir, read_notebook, read_yaml, read_file
|
||||
from core.meow import BaseMonitor, BaseHandler, BaseConductor
|
||||
from core.runner import MeowRunner
|
||||
from functionality.file_io import make_dir, read_file, read_notebook, read_yaml
|
||||
from patterns.file_event_pattern import WatchdogMonitor, FileEventPattern
|
||||
from recipes.jupyter_notebook_recipe import PapermillHandler, \
|
||||
JupyterNotebookRecipe
|
||||
|
Reference in New Issue
Block a user