Skip to content

Commit dd5ae0c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fc653d0 commit dd5ae0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ def __getattr__(name: str) -> object:
173173
if name == "Instance":
174174
# The import emits a deprecation warning.
175175
from _pytest.python import Instance
176-
176+
177177
return Instance
178178
raise AttributeError(f"module {__name__} has no attribute {name}")

0 commit comments

Comments
 (0)