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 384d54e commit 94d6922Copy full SHA for 94d6922
src/_pytest/hookspec.py
@@ -21,7 +21,7 @@
21
from typing_extensions import Literal
22
23
from _pytest._code.code import ExceptionRepr
24
- from _pytest.code import ExceptionInfo
+ from _pytest._code.code import ExceptionInfo
25
from _pytest.config import Config
26
from _pytest.config import ExitCode
27
from _pytest.config import PytestPluginManager
0 commit comments