at master 351 B view raw
1diff --git a/tests/asgi/conftest.py b/tests/asgi/conftest.py 2index a703466..223586e 100644 3--- a/tests/asgi/conftest.py 4+++ b/tests/asgi/conftest.py 5@@ -8,7 +8,6 @@ from ariadne.asgi.handlers import ( 6 GraphQLTransportWSHandler, 7 GraphQLWSHandler, 8 ) 9-from ariadne.contrib.tracing.opentracing import opentracing_extension 10 11 12 @pytest.fixture