Skip to content

Commit acfe159

Browse files
committed
Add missing import
1 parent b760a5c commit acfe159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trio_asyncio/_loop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from async_generator import asynccontextmanager
1414

1515
from ._async import TrioEventLoop
16+
from ._util import run_aio_future
1617
from ._deprecate import warn_deprecated
1718

1819
try:

0 commit comments

Comments
 (0)