Skip to content

Commit 98a6f4e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest_asyncio/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,8 @@ def _scoped_runner(
827827
request: FixtureRequest,
828828
) -> Iterator[Runner]:
829829
new_loop_policy = event_loop_policy
830-
831-
# We need to get the factory now because
830+
831+
# We need to get the factory now because
832832
# _temporary_event_loop_policy can override the Runner
833833
factory = _get_loop_facotry(request)
834834
debug_mode = _get_asyncio_debug(request.config)

0 commit comments

Comments
 (0)