Skip to content

Commit 7debe40

Browse files
committed
fix whitespace issue in urllib
1 parent 365dc4f commit 7debe40

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def http_status_to_status_code(
4848
# See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#status
4949
if not isinstance(status, int):
5050
return StatusCode.UNSET
51-
51+
5252
if status < 100:
5353
return StatusCode.ERROR
5454
if status <= 299:

0 commit comments

Comments
 (0)