Skip to content

Commit 707701a

Browse files
author
kgued
committed
prettier template code generation
1 parent 86a37ae commit 707701a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dataikuapi/dss/recipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ def __init__(self, name, project):
10711071
DEFAULT_RECIPE_CODE_TMPL = """
10721072
# This code is autogenerated by PythonRecipeCreator function mode
10731073
import dataiku, dataiku.recipe, json
1074+
10741075
from {module_name} import {fname}
10751076
input_datasets = dataiku.recipe.get_inputs_as_datasets()
10761077
output_datasets = dataiku.recipe.get_outputs_as_datasets()

0 commit comments

Comments
 (0)