summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ariadne/remove-opentracing.patch
blob: eecbfafea9b9a1c05b8dc9d08a70e1960f3016c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/asgi/conftest.py b/tests/asgi/conftest.py
index a703466..223586e 100644
--- a/tests/asgi/conftest.py
+++ b/tests/asgi/conftest.py
@@ -8,7 +8,6 @@ from ariadne.asgi.handlers import (
     GraphQLTransportWSHandler,
     GraphQLWSHandler,
 )
-from ariadne.contrib.tracing.opentracing import opentracing_extension
 
 
 @pytest.fixture