Skip to content

Commit

Permalink
fixing typing
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jun 9, 2020
1 parent cc08e7a commit 3d30915
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -107,7 +107,7 @@
from contextlib import contextmanager
from logging import getLogger

from opentelemetry.configuration import Configuration # type: ignore
from opentelemetry.configuration import Configuration
from opentelemetry.trace.propagation import (
get_current_span,
set_span_in_context,
Expand Down

0 comments on commit 3d30915

Please sign in to comment.