We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed52e33 commit 6fb77b8Copy full SHA for 6fb77b8
omlish/testing/pytest/plugins/asyncs/trio.py
@@ -36,7 +36,7 @@
36
import trio
37
else:
38
anyio = lang.proxy_import('anyio')
39
- trio = lang.proxy_import('trio.abc', extras=['abc'])
+ trio = lang.proxy_import('trio', extras=['abc'])
40
41
42
##
0 commit comments