Skip to content

Commit e0e7f8b

Browse files
pre-commit-ci[bot]Glyphack
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5778819 commit e0e7f8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/_pytest/fixtures.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1212,9 +1212,7 @@ def _get_wrapped_function(self) -> Callable[..., Any]:
12121212
if self._instance is None:
12131213
return self._fixture_function
12141214

1215-
return cast(
1216-
Callable[..., Any], self._fixture_function.__get__(self._instance)
1217-
)
1215+
return cast(Callable[..., Any], self._fixture_function.__get__(self._instance))
12181216

12191217

12201218
@overload

0 commit comments

Comments
 (0)