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 6ef0ebd commit a0f1a35Copy full SHA for a0f1a35
sentry_sdk/integrations/stdlib.py
@@ -73,7 +73,7 @@ def putrequest(self, method, url, *args, **kwargs):
73
74
client = sentry_sdk.get_client()
75
if client.get_integration(StdlibIntegration) is None or is_sentry_url(
76
- client, f"{host}:{port}"
+ client, f"{host}:{port}" # noqa: E231
77
):
78
return real_putrequest(self, method, url, *args, **kwargs)
79
0 commit comments