Skip to content

Commit

Permalink
refactor(opentelemetry-instrumentation-celery): fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmrebughini authored and ocelotl committed Aug 1, 2024
1 parent 1069c80 commit 121a78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

import logging
from typing import Optional, ContextManager, Tuple
from typing import ContextManager, Optional, Tuple

from celery import registry # pylint: disable=no-name-in-module
from celery.app.task import Task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

from celery import Celery

from opentelemetry import baggage


Expand Down

0 comments on commit 121a78a

Please sign in to comment.