Skip to content

Commit 6df89ee

Browse files
committed
cleanup
1 parent 208cf35 commit 6df89ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/chalice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def wrapped_view_function(**function_args: "Any") -> "Any":
103103
if has_span_streaming_enabled(client.options):
104104
aws_context = app.lambda_context
105105
request_dict = app.current_request.to_dict()
106-
headers = request_dict.get("headers", {}) or {}
106+
headers = request_dict.get("headers", {})
107107

108108
header_attrs: "Dict[str, Any]" = {}
109109
for header, value in _filter_headers(

0 commit comments

Comments
 (0)