Skip to content

Commit 901e92d

Browse files
author
Juan Tirado
committed
Revert jasyncio import.
1 parent b791c63 commit 901e92d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

juju/jasyncio.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828

2929
ROOT_LOGGER = logging.getLogger()
3030

31-
from asyncio import ensure_future, \
32-
gather, sleep, wait_for, create_subprocess_exec, \
33-
wait, FIRST_COMPLETED, as_completed, new_event_loop, \
31+
from asyncio import Event, TimeoutError, Queue, ensure_future, \
32+
gather, sleep, wait_for, create_subprocess_exec, subprocess, \
33+
wait, FIRST_COMPLETED, Lock, as_completed, new_event_loop, \
3434
get_event_loop_policy, CancelledError # noqa
3535

36+
37+
3638
try:
3739
from asyncio import get_running_loop
3840
except ImportError:

0 commit comments

Comments
 (0)