Skip to content

Commit af95704

Browse files
committed
another typing comment annotation
1 parent ea23756 commit af95704

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/configuration

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/configuration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __new__(cls) -> "Configuration":
117117
if match is not None:
118118

119119
key = match.group(1)
120-
value: ConfigValue = value_str
120+
value = value_str # type: ConfigValue
121121

122122
if value_str == "True":
123123
value = True

0 commit comments

Comments
 (0)