diff options
Diffstat (limited to 'src/apscheduler/eventbrokers/async_local.py')
-rw-r--r-- | src/apscheduler/eventbrokers/async_local.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apscheduler/eventbrokers/async_local.py b/src/apscheduler/eventbrokers/async_local.py index dba37f1..e5a68db 100644 --- a/src/apscheduler/eventbrokers/async_local.py +++ b/src/apscheduler/eventbrokers/async_local.py @@ -7,8 +7,8 @@ import attrs from anyio import create_task_group from anyio.abc import TaskGroup +from .._events import Event from ..abc import AsyncEventBroker -from ..events import Event from .base import BaseEventBroker |