Skip to content

Commit 64c9ccb

Browse files
committed
refactor: Removed unused function _is_pytest_asyncio_loop.
1 parent b684127 commit 64c9ccb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pytest_asyncio/plugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -803,10 +803,6 @@ def _make_pytest_asyncio_loop(loop: AbstractEventLoop) -> AbstractEventLoop:
803803
return loop
804804

805805

806-
def _is_pytest_asyncio_loop(loop: AbstractEventLoop) -> bool:
807-
return getattr(loop, "__pytest_asyncio", False)
808-
809-
810806
def _get_event_loop_no_warn(
811807
policy: AbstractEventLoopPolicy | None = None,
812808
) -> asyncio.AbstractEventLoop:

0 commit comments

Comments
 (0)