[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-08-21 08:03:06 +00:00
parent fc653d0d12
commit dd5ae0c3b8
1 changed files with 1 additions and 1 deletions

View File

@ -173,6 +173,6 @@ if not TYPE_CHECKING:
if name == "Instance":
# The import emits a deprecation warning.
from _pytest.python import Instance
return Instance
raise AttributeError(f"module {__name__} has no attribute {name}")