Skip to content

Commit 8cd3daf

Browse files
committed
wip
1 parent f8486ec commit 8cd3daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

instrumentation/opentelemetry-instrumentation-celery/tests/test_metrics.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
import time
21
import threading
2+
import time
33
from timeit import default_timer
4-
from typing import Union, Optional
4+
from typing import Optional, Union
55

6+
from opentelemetry.instrumentation.celery import CeleryInstrumentor
67
from opentelemetry.sdk.metrics._internal.point import Metric
78
from opentelemetry.sdk.metrics.export import (
89
HistogramDataPoint,
910
NumberDataPoint,
1011
)
1112
from opentelemetry.test.test_base import TestBase
12-
from opentelemetry.instrumentation.celery import CeleryInstrumentor
1313

14-
from .celery_test_tasks import task_add, app
14+
from .celery_test_tasks import app, task_add
1515

1616

1717
class TestMetrics(TestBase):

0 commit comments

Comments
 (0)