Skip to content

Commit

Permalink
No need to use Sequence from collections
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Dec 17, 2024
1 parent 42b0b0c commit 395b3d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@

import weakref
from atexit import register, unregister
from collections.abc import Sequence
from logging import getLogger
from os import environ
from threading import Lock
from time import time_ns
from typing import Optional
from typing import Optional, Sequence

# This kind of import is needed to avoid Sphinx errors.
import opentelemetry.sdk.metrics
Expand Down

0 comments on commit 395b3d1

Please sign in to comment.