Skip to content

Commit 6fb77b8

Browse files
committed
2025-01-06T23:00:40Z
1 parent ed52e33 commit 6fb77b8

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/trio.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import trio
3737
else:
3838
anyio = lang.proxy_import('anyio')
39-
trio = lang.proxy_import('trio.abc', extras=['abc'])
39+
trio = lang.proxy_import('trio', extras=['abc'])
4040

4141

4242
##

0 commit comments

Comments
 (0)