Skip to content

Commit 23fa9b7

Browse files
committed
fix formatting issues
1 parent dfe8ce5 commit 23fa9b7

File tree

1 file changed

+4
-4
lines changed
  • util/opentelemetry-util-http/src/opentelemetry/util/http

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ def get_custom_headers(env_var: str) -> list[str]:
258258

259259

260260
def get_custom_header_attributes(
261-
headers: Mapping[str, str | list[str]] | None,
262-
captured_headers: list[str] | None,
263-
sensitive_headers: list[str] | None,
264-
normalize_function: Callable[[str], str],
261+
headers: Mapping[str, str | list[str]] | None,
262+
captured_headers: list[str] | None,
263+
sensitive_headers: list[str] | None,
264+
normalize_function: Callable[[str], str],
265265
) -> dict[str, list[str]]:
266266
"""Extract and sanitize HTTP headers for span attributes.
267267

0 commit comments

Comments
 (0)