Skip to content

Commit 217d343

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 c3c803f commit 217d343

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
@@ -1219,9 +1219,7 @@ def _get_wrapped_function(self) -> Callable[..., Any]:
12191219
if self._instance is None:
12201220
return self._fixture_function
12211221

1222-
return cast(
1223-
Callable[..., Any], self._fixture_function.__get__(self._instance)
1224-
)
1222+
return cast(Callable[..., Any], self._fixture_function.__get__(self._instance))
12251223

12261224

12271225
@overload

0 commit comments

Comments
 (0)