fix imports
Some checks failed
CI pipeline / Test & Code Quality (push) Failing after 19s

This commit is contained in:
2026-02-28 23:01:21 +03:00
parent 31314c9c9b
commit d0c8dab24a
76 changed files with 5 additions and 78 deletions

View File

@@ -6,7 +6,6 @@ from aiogram import Bot, Dispatcher
from aiogram.client.default import DefaultBotProperties
from aiogram.fsm.storage.memory import MemoryStorage
from aiogram.fsm.strategy import FSMStrategy
from helper_bot.handlers.admin import admin_router
from helper_bot.handlers.callback import callback_router
from helper_bot.handlers.group import group_router