Skip to content

Commit

Permalink
Update python_modules/dagster/dagster/_core/definitions/job_base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rex Ledesma <[email protected]>
  • Loading branch information
johannkm and rexledesma authored Sep 29, 2023
1 parent f84a767 commit 6d8f756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def asset_selection(self) -> Optional[AbstractSet[AssetKey]]:

@property
@abstractmethod
def asset_check_selection(self) -> Optional[AbstractSet[AssetKey]]:
def asset_check_selection(self) -> Optional[AbstractSet[AssetCheckKey]]:
pass

@property
Expand Down

0 comments on commit 6d8f756

Please sign in to comment.