Skip to content

Commit 08078c9

Browse files
author
Ashutosh Goel
committed
Fixing lint errors
1 parent 861534f commit 08078c9

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-wsgi/src/opentelemetry/instrumentation/wsgi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def capture_custom_response_headers(response_headers, span):
249249
custom_response_headers = get_custom_headers(
250250
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS
251251
)
252-
252+
253253
response_headers_dict = {}
254254
if response_headers:
255255
for header_name, header_value in response_headers:

0 commit comments

Comments
 (0)