Skip to content
Prev Previous commit
Next Next commit
fix lint
  • Loading branch information
Alex Boten committed Jun 21, 2021
commit 9bd9596ef2da60fa846b09d37e26bdd2dc3a3e9a
2 changes: 1 addition & 1 deletion opentelemetry-api/src/opentelemetry/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
from typing import Iterator, Optional, Sequence, cast

from opentelemetry import context as context_api
from opentelemetry.attributes import BoundedDict # type: ignore
from opentelemetry.attributes import BoundedDict # type: ignore
from opentelemetry.context.context import Context
from opentelemetry.environment_variables import OTEL_PYTHON_TRACER_PROVIDER
from opentelemetry.trace.propagation import (
Expand Down