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 Mar 13, 2024
1 parent 1c06517 commit ce13ff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cl/search/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,9 @@ def handle_opinion_created_or_updated_webhook(
changed_fields = instance.webhook_tracked_fields.changed()
if changed_fields:
fields_that_changed = list(changed_fields.keys())
send_opinion_updated_webhook.delay([(instance.id, fields_that_changed)])
send_opinion_updated_webhook.delay(
[(instance.id, fields_that_changed)]
)


@receiver(
Expand Down

0 comments on commit ce13ff8

Please sign in to comment.