We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614b479 commit 2216737Copy full SHA for 2216737
ddtrace/contrib/celery/signals.py
@@ -5,7 +5,7 @@
5
from celery import registry
6
7
from . import constants as c
8
-from .util import (
+from .utils import (
9
tags_from_context,
10
retrieve_task_id,
11
attach_span,
tests/contrib/celery/test_utils.py
@@ -2,7 +2,7 @@
2
3
from nose.tools import eq_, ok_
4
-from ddtrace.contrib.celery.util import (
+from ddtrace.contrib.celery.utils import (
0 commit comments