Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Mar 9, 2024
1 parent 3df54b8 commit 65c93d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def only_partition_keys(self, partition_keys: AbstractSet[str]) -> "AssetSlice":
if not partitions_def.has_partition_key(
partition_key,
current_time=self._asset_graph_view.effective_dt,
dynamic_partitions_store=self._asset_graph_view._queryer,
): # noqa: SLF001
dynamic_partitions_store=self._asset_graph_view._queryer, # noqa: SLF001
):
check.failed(
f"Partition key {partition_key} not in partitions def {self._partitions_def}"
)
Expand Down

0 comments on commit 65c93d8

Please sign in to comment.