Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 22, 2025
1 parent abb0db2 commit 30854da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userCode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ def gleaner_config(context: AssetExecutionContext):
sources = []
names: set[str] = set()

assert len(Lines) > 0, (
f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}"
)
assert (
len(Lines) > 0
), f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}"

# context.instance.delete_dynamic_partition("sources_partitions_def")

Expand Down

0 comments on commit 30854da

Please sign in to comment.