Skip to content

Commit a0f1a35

Browse files
committed
more lint
1 parent 6ef0ebd commit a0f1a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/stdlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def putrequest(self, method, url, *args, **kwargs):
7373

7474
client = sentry_sdk.get_client()
7575
if client.get_integration(StdlibIntegration) is None or is_sentry_url(
76-
client, f"{host}:{port}"
76+
client, f"{host}:{port}" # noqa: E231
7777
):
7878
return real_putrequest(self, method, url, *args, **kwargs)
7979

0 commit comments

Comments
 (0)