Skip to content

Commit

Permalink
Formatting correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh Goel committed Feb 17, 2022
1 parent 08078c9 commit 57126e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from typing import Iterable
from urllib.parse import urlparse, urlunparse


OTEL_PYTHON_CAPTURE_REQUEST_HEADERS = "OTEL_PYTHON_CAPTURE_REQUEST_HEADERS"
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS = "OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

from opentelemetry.test.test_base import TestBase
from opentelemetry.util.http import (
OTEL_PYTHON_CAPTURE_REQUEST_HEADERS,
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS,
get_custom_headers,
normalise_request_header_name,
normalise_response_header_name,
OTEL_PYTHON_CAPTURE_REQUEST_HEADERS,
OTEL_PYTHON_CAPTURE_RESPONSE_HEADERS,
)


Expand Down

0 comments on commit 57126e2

Please sign in to comment.