We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb5b4 commit 90b64f2Copy full SHA for 90b64f2
1 file changed
sentry_sdk/integrations/dramatiq.py
@@ -70,7 +70,7 @@ def sentry_patched_broker__init__(
70
# RedisBroker does not.
71
if len(args) == 1:
72
middleware = args[0]
73
- args = [] # type: ignore
+ args = ()
74
else:
75
middleware = None
76
0 commit comments