Skip to content

Commit 60e94bc

Browse files
committed
2025-01-07T18:40:36Z
1 parent 1ec8bad commit 60e94bc

File tree

1 file changed

+1
-1
lines changed
  • omlish/testing/pytest/plugins/asyncs

1 file changed

+1
-1
lines changed

omlish/testing/pytest/plugins/asyncs/plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
from ..... import lang
1616
from .....diag import pydevd as pdu
1717
from .._registry import register
18-
from .backends.trio_asyncio import TrioAsyncioAsyncsBackend
1918
from .backends.asyncio import AsyncioAsyncsBackend
2019
from .backends.base import AsyncsBackend
2120
from .backends.trio import TrioAsyncsBackend
21+
from .backends.trio_asyncio import TrioAsyncioAsyncsBackend
2222
from .consts import ASYNCS_MARK
2323
from .consts import KNOWN_BACKENDS
2424
from .consts import PARAM_NAME

0 commit comments

Comments
 (0)