Merge pull request #10980 from pytest-dev/backport-10978-to-7.3.x

[7.3.x] fix reference to non-existent module
This commit is contained in:
Ran Benita 2023-05-10 10:45:32 +03:00 committed by GitHub
commit 2c1913e709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if TYPE_CHECKING:
from typing_extensions import Literal
from _pytest._code.code import ExceptionRepr
from _pytest.code import ExceptionInfo
from _pytest._code.code import ExceptionInfo
from _pytest.config import Config
from _pytest.config import ExitCode
from _pytest.config import PytestPluginManager