Skip to content

Commit

Permalink
fix one inmport
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Nov 11, 2024
1 parent 5f26115 commit ccde1b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
# Based on https://docs.pytest.org/en/latest/example/simple.html#control-skipping-of-tests-according-to-command-line-option # noqa: E501
import pytest
from bluesky.run_engine import RunEngine, TransitionError
from observability_utils.tracing import JsonObjectSpanExporter, setup_tracing
from observability_utils.tracing import setup_tracing
from opentelemetry.sdk.trace import TracerProvider
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
from opentelemetry.trace import get_tracer_provider

from tests.unit_tests.utils.test_tracing import JsonObjectSpanExporter


@pytest.fixture(scope="function")
def RE(request):
Expand Down

0 comments on commit ccde1b6

Please sign in to comment.