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 c15e794 commit dc9fb8eCopy full SHA for dc9fb8e
testing/test_tracer.py
@@ -2,7 +2,9 @@
2
3
import pytest
4
5
-from pluggy import PluginManager, HookspecMarker, HookimplMarker
+from pluggy import HookimplMarker
6
+from pluggy import HookspecMarker
7
+from pluggy import PluginManager
8
from pluggy._tracing import TagTracer
9
10
hookspec = HookspecMarker("example")
0 commit comments