Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Jun 8, 2024
1 parent 6a1ce12 commit e94536b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def slack_files_table():
return store_files(fetch_files_from_slack())
"""
if compose_fn is None:
return lambda fn: graph_asset( # type: ignore
return lambda fn: graph_asset(
fn,
name=name,
description=description,
Expand Down

0 comments on commit e94536b

Please sign in to comment.