From 80918ad07bdb74ce7b27200f7c9a3073745a3ccd Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Wed, 27 Dec 2023 15:13:51 +0300 Subject: [PATCH] Removed unnecessary import --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 3bf04f7..36a4866 100644 --- a/main.py +++ b/main.py @@ -11,8 +11,6 @@ from handlers.user_commands import UserCommands from neuroapi.config import Config from neuroapi.types import NeuroApiBot -# import aioschedule as schedule - async def delay_bot()->None: if Config().token is None: