Skip to content

Commit 5c78fa9

Browse files
committed
whitespace
1 parent 6573704 commit 5c78fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/integrations/boto3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def _sentry_request_created(service_id, request, operation_name, **kwargs):
7070
data = {
7171
SPANDATA.HTTP_METHOD: request.method,
7272
}
73-
7473
with capture_internal_exceptions():
7574
parsed_url = parse_url(request.url, sanitize=False)
7675
data["aws.request.url"] = parsed_url.url

0 commit comments

Comments
 (0)