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 5fa1164 commit cb4bb02Copy full SHA for cb4bb02
testing/benchmark.py
@@ -3,12 +3,12 @@
3
"""
4
import pytest
5
6
-from ._tracing import saferepr
7
from pluggy import HookimplMarker
8
from pluggy import HookspecMarker
9
from pluggy import PluginManager
10
from pluggy._callers import _multicall
11
from pluggy._hooks import HookImpl
+from pluggy._tracing import saferepr
12
13
14
hookspec = HookspecMarker("example")
0 commit comments