Skip to content

Commit ce8936f

Browse files
committed
Make mypy happy
1 parent 6d6cd04 commit ce8936f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/sentry_apps/tasks/sentry_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def _process_resource_change(
330330
except model.DoesNotExist as e:
331331
# Explicitly requeue the task, so we don't report this to Sentry until
332332
# we hit the max number of retries.
333-
return retry_task(e)
333+
retry_task(e)
334334

335335
org = None
336336

0 commit comments

Comments
 (0)