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 Apr 30, 2024
1 parent 396279c commit 68fc8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def parse_wildcards(iids: List[str]) -> List[str]:
# print(f"{iids_to_skip =}")
iids_filtered = list(set(iids) - iids_to_skip)
print(f"Pruned {len(iids) - len(iids_filtered)}/{len(iids)} iids from input list")
print(f"iids_filtered")
print("iids_filtered")

if prune_iids:
iids_filtered = iids_filtered[0:200]
Expand Down

0 comments on commit 68fc8c8

Please sign in to comment.