update to use correct AsyncEvents

This commit is contained in:
Zodiac 2025-02-12 23:00:16 -08:00
parent e9d4e2609a
commit c816f097ec

View File

@ -33,7 +33,7 @@ Example:
Always verify `result['timeout']` to ensure a response was received before the timeout.
"""
from irc3.asynchronous import AsyncEvents
from .asynchronous import AsyncEvents
from irc3 import utils
from irc3 import dec