Removed unnecessary import

This commit is contained in:
2023-12-27 15:13:51 +03:00
parent 23e7d8e595
commit 80918ad07b

View File

@@ -11,8 +11,6 @@ from handlers.user_commands import UserCommands
from neuroapi.config import Config from neuroapi.config import Config
from neuroapi.types import NeuroApiBot from neuroapi.types import NeuroApiBot
# import aioschedule as schedule
async def delay_bot()->None: async def delay_bot()->None:
if Config().token is None: if Config().token is None: