Skip to content

Commit

Permalink
style: apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcg committed Jul 23, 2024
1 parent 71fc817 commit b69dbc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opentelemetry-sdk/tests/metrics/test_measurement_consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ def sleep_1(*args, **kwargs):
].kwargs["timeout_millis"]

self.assertAlmostEqual(
round(10000 - callback_options_time_call),
1000.0,
places=1
round(10000 - callback_options_time_call), 1000.0, places=1
)

self.assertLess(
Expand Down

0 comments on commit b69dbc6

Please sign in to comment.