Skip to content

Commit d14aa20

Browse files
.
1 parent 3174afe commit d14aa20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/arq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def setup_once() -> None:
6262
patch_run_job()
6363
patch_create_worker()
6464

65-
_register_control_flow_exception(ARQ_CONTROL_FLOW_EXCEPTIONS)
65+
_register_control_flow_exception(ARQ_CONTROL_FLOW_EXCEPTIONS) # type: ignore
6666

6767
ignore_logger("arq.worker")
6868

0 commit comments

Comments
 (0)