Skip to content

Commit

Permalink
Update task_cache.py (#1706)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Jul 17, 2024
1 parent 783a180 commit 027d7d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def foo(a: int, b: str) -> pandas.DataFrame:

@task(cache=True, cache_version="1.0")
def bar(df: pandas.DataFrame) -> int:
...
return 1


@workflow
Expand Down Expand Up @@ -77,7 +77,7 @@ def foo_1( # noqa: F811

@task(cache=True, cache_version="1.0") # noqa: F811
def bar_1(df: pandas.DataFrame) -> int: # noqa: F811
... # noqa: F811
return 1


@workflow
Expand Down

0 comments on commit 027d7d1

Please sign in to comment.