Skip to content

Commit 1d4c83b

Browse files
committed
Fix import of CollectReport
1 parent e20dfb6 commit 1d4c83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/tmpdir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
from typing import Union
1313

1414
from _pytest.nodes import Item
15+
from _pytest.reports import CollectReport
1516
from _pytest.stash import StashKey
16-
from pytest import CollectReport
1717

1818
if TYPE_CHECKING:
1919
from typing_extensions import Literal

0 commit comments

Comments
 (0)