Skip to content

Commit cb4bb02

Browse files
Anusha ShekharAnusha Shekhar
authored andcommitted
Fix failing test in Ubuntu
1 parent 5fa1164 commit cb4bb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"""
44
import pytest
55

6-
from ._tracing import saferepr
76
from pluggy import HookimplMarker
87
from pluggy import HookspecMarker
98
from pluggy import PluginManager
109
from pluggy._callers import _multicall
1110
from pluggy._hooks import HookImpl
11+
from pluggy._tracing import saferepr
1212

1313

1414
hookspec = HookspecMarker("example")

0 commit comments

Comments
 (0)