fix to ruff
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
from aiogram import Bot
|
||||
from aiogram.client.default import DefaultBotProperties
|
||||
from aiogram.fsm.storage.memory import MemoryStorage
|
||||
from aiogram.enums import ParseMode
|
||||
from aiogram.fsm.storage.memory import MemoryStorage
|
||||
|
||||
from config.settings import BOT_TOKEN
|
||||
|
||||
bot = Bot(
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import aiohttp
|
||||
from aiogram import Router, types, F
|
||||
from aiogram import F, Router, types
|
||||
from aiogram.enums import ContentType
|
||||
|
||||
from bot.utils.actions import BotActions
|
||||
@@ -9,7 +9,7 @@ from config.settings import (
|
||||
BOT_PROXY_IP,
|
||||
BOT_PROXY_PASSWORD,
|
||||
BOT_PROXY_SOCKS5_PORT,
|
||||
BOT_PROXY_USER
|
||||
BOT_PROXY_USER,
|
||||
)
|
||||
|
||||
router = Router()
|
||||
|
||||
Reference in New Issue
Block a user