Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nstawski committed Nov 8, 2023
1 parent cbe82f7 commit 5e4f41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
_ObservableUpDownCounter,
_UpDownCounter,
)
from opentelemetry.sdk.metrics._internal.point import MetricsData, Metric
from opentelemetry.sdk.metrics._internal.point import Metric, MetricsData
from opentelemetry.util._once import Once

_logger = getLogger(__name__)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

from time import sleep
from unittest import TestCase
from typing import Sequence
from unittest import TestCase

from opentelemetry.sdk.metrics.export import (
InMemoryMetricExporter,
Expand Down

0 comments on commit 5e4f41b

Please sign in to comment.