Skip to content

Commit

Permalink
Added noqa for complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
mchlwellman committed Dec 5, 2024
1 parent 310e79c commit 79c0de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/celery/provider_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
retry_backoff_max=60,
)
@statsd(namespace='tasks')
def deliver_sms(
def deliver_sms( # noqa: C901
self: Task,
notification_id,
sms_sender_id=None,
Expand Down

0 comments on commit 79c0de8

Please sign in to comment.