Skip to content

Commit 6c2eec6

Browse files
committed
Fix lint
1 parent 4e375e4 commit 6c2eec6

File tree

1 file changed

+1
-2
lines changed
  • util/opentelemetry-util-http/src/opentelemetry/util/http

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ def get_custom_headers(env_var: str) -> list[str]:
228228
custom_headers.strip()
229229
for custom_headers in custom_headers.split(",")
230230
]
231-
else:
232-
return []
231+
return []
233232

234233

235234
def _parse_active_request_count_attrs(req_attrs):

0 commit comments

Comments
 (0)