Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovasquezbernal committed May 6, 2020
1 parent db71469 commit ba6db4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def add(x, y):

import logging

from celery import registry, signals
from celery import registry, signals # pylint: disable=no-name-in-module

from opentelemetry import trace
from opentelemetry.auto_instrumentation.instrumentor import BaseInstrumentor
Expand Down
1 change: 0 additions & 1 deletion ext/opentelemetry-ext-celery/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def fn_task():
return 42

# delete the Span
exception = None
task_id = "7c6731af-9533-40c3-83a9-25b58f0d837f"
try:
utils.detach_span(fn_task, task_id)
Expand Down

0 comments on commit ba6db4e

Please sign in to comment.