fix to ruff

This commit is contained in:
2024-12-21 22:21:38 +07:00
parent cf7ba9e059
commit 6a78096db1
4 changed files with 20 additions and 4 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
import asyncio
from aiogram import Bot, Dispatcher
from aiogram.types import BotCommand
from bot.bot import bot, storage
from bot.commands.start import router as start_router
from bot.commands.help import router as help_router
from bot.commands.start import router as start_router
from bot.commands.user import router as user_router