Skip to content

Commit

Permalink
add back
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 12, 2024
1 parent b0786a9 commit 5a2987f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,12 @@ def __repr__(self) -> str:
")"
)

@classmethod
def empty():
return AssetGraphSubset(
partitions_subsets_by_asset_key={}, non_partitioned_asset_keys=set()
)

@classmethod
def from_asset_partition_set(
cls,
Expand Down

0 comments on commit 5a2987f

Please sign in to comment.