Skip to content

Commit 5ee7273

Browse files
committed
fix lint
1 parent b505e06 commit 5ee7273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/tests/amazon/opentelemetry/distro/exporter/aws/metrics/test_console_emf_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from amazon.opentelemetry.distro.exporter.aws.metrics.console_emf_exporter import ConsoleEmfExporter
99
from opentelemetry.sdk.metrics import Counter
10-
from opentelemetry.sdk.metrics.export import AggregationTemporality, MetricsData, MetricExportResult
10+
from opentelemetry.sdk.metrics.export import AggregationTemporality, MetricExportResult, MetricsData
1111

1212

1313
class TestConsoleEmfExporter(unittest.TestCase):

0 commit comments

Comments
 (0)