Skip to content

Commit 5b75b0d

Browse files
authored
Merge pull request #10978 from bzoracler/fix-pytest-code-import
fix reference to non-existent module
2 parents a88ae82 + b1460f3 commit 5b75b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/hookspec.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from typing_extensions import Literal
2222

2323
from _pytest._code.code import ExceptionRepr
24-
from _pytest.code import ExceptionInfo
24+
from _pytest._code.code import ExceptionInfo
2525
from _pytest.config import Config
2626
from _pytest.config import ExitCode
2727
from _pytest.config import PytestPluginManager

0 commit comments

Comments
 (0)