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 9cce290 commit 6975ab7Copy full SHA for 6975ab7
instrumentation/opentelemetry-instrumentation-asyncio/tests/test_asyncio_create_task.py
@@ -17,7 +17,7 @@
17
from opentelemetry.test.test_base import TestBase
18
from opentelemetry.trace import get_tracer
19
20
-from common_test_func import factorial
+from .common_test_func import factorial
21
from opentelemetry.instrumentation.asyncio import AsyncioInstrumentor
22
from opentelemetry.instrumentation.asyncio.environment_variables import OTEL_PYTHON_ASYNCIO_COROUTINE_NAMES_TO_TRACE
23
0 commit comments