Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 20, 2020
1 parent 795e11d commit cc27ff2
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 cc27ff2

Please sign in to comment.