Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 22, 2020
1 parent 4df8da2 commit 105b78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
from deprecated import deprecated

from opentelemetry import propagators
from opentelemetry.correlationcontext import set_correlation, get_correlation
from opentelemetry.context import Context, attach, get_value, set_value
from opentelemetry.correlationcontext import get_correlation, set_correlation
from opentelemetry.ext.opentracing_shim import util
from opentelemetry.ext.opentracing_shim.version import __version__
from opentelemetry.trace import (
Expand Down

0 comments on commit 105b78c

Please sign in to comment.