Skip to content

Commit 4886099

Browse files
authored
Update instrumentation/opentelemetry-instrumentation-asgi/src/opentelemetry/instrumentation/asgi/__init__.py
1 parent 9713919 commit 4886099

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def get_host_port_url_tuple(scope):
453453
if isinstance(host_value, bytes):
454454
host_value = _decode_header_item(
455455
host_value
456-
) # use existing function
456+
)
457457

458458
url_host = host_value
459459

0 commit comments

Comments
 (0)