From e6108ca04d13bd9aaaf2e5593953814622514fd7 Mon Sep 17 00:00:00 2001 From: Zodiac Date: Wed, 12 Feb 2025 23:01:27 -0800 Subject: [PATCH] fixes --- plugins/asynchronious.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/asynchronious.py b/plugins/asynchronious.py index 842f8c9..3947068 100644 --- a/plugins/asynchronious.py +++ b/plugins/asynchronious.py @@ -33,7 +33,7 @@ Example: Always verify `result['timeout']` to ensure a response was received before the timeout. """ -from .asynchronous import AsyncEvents +from asynchronous import AsyncEvents from irc3 import utils from irc3 import dec