Skip to content

Commit c51244f

Browse files
committed
fix: Format TODO
* Indent #TODO text so that it appears as a single TODO
1 parent 62112ca commit c51244f

File tree

1 file changed

+3
-3
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal

1 file changed

+3
-3
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/measurement.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class Measurement:
3434
"""
3535

3636
# TODO Fix doc - if using valid Google `Attributes:` key, the attributes are duplicated
37-
# one will come from napoleon extension and the other from autodoc extension. This
38-
# will raise an sphinx error of duplicated object description
39-
# See https://github.com/sphinx-doc/sphinx/issues/8664
37+
# one will come from napoleon extension and the other from autodoc extension. This
38+
# will raise an sphinx error of duplicated object description
39+
# See https://github.com/sphinx-doc/sphinx/issues/8664
4040

4141
value: Union[int, float]
4242
time_unix_nano: int

0 commit comments

Comments
 (0)