added tests for new bash jobs, and removed extra hash definition in job dict
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
|
||||
from .jupyter_notebook_recipe import JupyterNotebookRecipe, PapermillHandler, \
|
||||
get_recipe_from_notebook
|
||||
from .python_recipe import PythonRecipe, PythonHandler
|
||||
from .python_recipe import PythonRecipe, PythonHandler
|
||||
from .bash_recipe import BashRecipe, BashHandler
|
Reference in New Issue
Block a user