Skip to content

Commit

Permalink
fixing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Feb 12, 2020
1 parent 6251591 commit 2fb28fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ def make_task_upload(dag, env):


@load_env
def make_task_clean_setosa():
def make_task_clean_setosa(env):
pass


@load_env
def make_task_clean_virginica():
def make_task_clean_virginica(env):
pass

# TODO: add processed dataset task, use env.schema
Expand Down

0 comments on commit 2fb28fd

Please sign in to comment.