Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5158f5

Browse files
author
Alex Boten
committed
fix lint
1 parent fef2552 commit d5158f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_metrics/point.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
import json
16-
1716
from dataclasses import asdict, dataclass
1817
from enum import IntEnum
1918
from typing import Sequence, Union

opentelemetry-sdk/tests/metrics/test_point.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
# limitations under the License.
1414

1515
from unittest import TestCase
16-
from opentelemetry.sdk._metrics.point import Metric, Sum, Gauge, Histogram
17-
from opentelemetry.sdk.util.instrumentation import InstrumentationInfo
16+
17+
from opentelemetry.sdk._metrics.point import Gauge, Histogram, Metric, Sum
1818
from opentelemetry.sdk.resources import Resource
19+
from opentelemetry.sdk.util.instrumentation import InstrumentationInfo
1920

2021

2122
def _create_metric(value):

0 commit comments

Comments
 (0)