Skip to content

Commit

Permalink
Fix ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Jun 7, 2024
1 parent a58a086 commit 10c2126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/popgetter/assets/ni/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def _source_metric_metadata(
partition_key = context.partition_key
if (
self.required_tables is not None
and partition_key not in DERIVED_COLUMN_SPECIFICATIONS.keys()
and partition_key not in DERIVED_COLUMN_SPECIFICATIONS
):
skip_reason = (
f"Skipping as requested partition {partition_key} is not configured "
Expand Down

0 comments on commit 10c2126

Please sign in to comment.