Skip to content

Commit

Permalink
Update test_periodic_exporting_metric_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Aug 1, 2022
1 parent f4a542a commit db633ec
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@

from flaky import flaky

from opentelemetry.sdk.environment_variables import (
OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE,
)
from opentelemetry.sdk.metrics import (
Counter,
)
from opentelemetry.sdk.metrics import Counter
from opentelemetry.sdk.metrics._internal import _Counter
from opentelemetry.sdk.metrics.export import (
AggregationTemporality,
Expand Down

0 comments on commit db633ec

Please sign in to comment.