Skip to content

Commit 57126e2

Browse files
author
Ashutosh Goel
committed
Formatting correction
1 parent 08078c9 commit 57126e2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

util/opentelemetry-util-http/src/opentelemetry/util/http/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from typing import Iterable
1919
from urllib.parse import urlparse, urlunparse
2020

21-
2221
OTEL_PYTHON_CAPTURE_REQUEST_HEADERS = "OTEL_PYTHON_CAPTURE_REQUEST_HEADERS"
2322
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS = "OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS"
2423

util/opentelemetry-util-http/tests/test_capture_custom_headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
from opentelemetry.test.test_base import TestBase
1818
from opentelemetry.util.http import (
19+
OTEL_PYTHON_CAPTURE_REQUEST_HEADERS,
20+
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS,
1921
get_custom_headers,
2022
normalise_request_header_name,
2123
normalise_response_header_name,
22-
OTEL_PYTHON_CAPTURE_REQUEST_HEADERS,
23-
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS,
2424
)
2525

2626

0 commit comments

Comments
 (0)