Skip to content

Commit

Permalink
fix: pep
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyqu committed Jun 14, 2024
1 parent d2e56e7 commit f6a8b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def check_trello_card(
strict_archive_rules=False,
):
label_names = [
label.name for label in card.labels
label.name for label in card.labels
if label.color not in [TrelloCardColor.BLACK, BoardCardColor.BLACK]
]

Expand Down

0 comments on commit f6a8b5a

Please sign in to comment.