Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Sep 19, 2023
1 parent f09a588 commit ad61240
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ def an_asset(source_asset: str) -> str:
result_two = defs_with_shim.get_implicit_global_asset_job_def().execute_in_process(
instance=instance,
# currently we have to explicitly select the asset to exclude the source from execution
asset_selection=[
AssetKey("an_asset")
],
asset_selection=[AssetKey("an_asset")],
)

assert result_two.success
Expand Down

0 comments on commit ad61240

Please sign in to comment.