[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fc653d0d12
commit
dd5ae0c3b8
|
@ -173,6 +173,6 @@ if not TYPE_CHECKING:
|
||||||
if name == "Instance":
|
if name == "Instance":
|
||||||
# The import emits a deprecation warning.
|
# The import emits a deprecation warning.
|
||||||
from _pytest.python import Instance
|
from _pytest.python import Instance
|
||||||
|
|
||||||
return Instance
|
return Instance
|
||||||
raise AttributeError(f"module {__name__} has no attribute {name}")
|
raise AttributeError(f"module {__name__} has no attribute {name}")
|
||||||
|
|
Loading…
Reference in New Issue