Skip to content

Commit 8e4584c

Browse files
committed
fix lint
1 parent c1ce80a commit 8e4584c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ext/opentelemetry-ext-wsgi/src/opentelemetry/ext/wsgi

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def collect_request_attributes(environ):
103103
if isinstance(host_port, str):
104104
host_port = int(host_port)
105105
result.update({"host.port": host_port})
106-
106+
107107
setifnotnone(result, "http.host", environ.get("HTTP_HOST"))
108108
target = environ.get("RAW_URI")
109109
if target is None: # Note: `"" or None is None`

0 commit comments

Comments
 (0)