used isort + black
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from aiogram.utils.keyboard import (
|
||||
InlineKeyboardMarkup,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardBuilder,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardMarkup,
|
||||
)
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
from bot.keyboards.inline import search_variants as sv
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
from aiogram.utils.keyboard import (
|
||||
InlineKeyboardMarkup,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardBuilder,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardMarkup,
|
||||
)
|
||||
|
||||
|
||||
deezer = {"d": "🎵 Search in Deezer"}
|
||||
soundcloud = {"c": "☁️ Search in SoundCloud"}
|
||||
youtube = {"y": "▶️ Search in YouTube"}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
from aiogram.utils.keyboard import (
|
||||
InlineKeyboardMarkup,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardBuilder,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardMarkup,
|
||||
)
|
||||
from bot.factories.open_setting import SettingChoiceCallback
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
from bot.factories.open_setting import SettingChoiceCallback
|
||||
from bot.modules.settings import UserSettings
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
from aiogram.utils.keyboard import (
|
||||
InlineKeyboardMarkup,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardBuilder,
|
||||
InlineKeyboardButton,
|
||||
InlineKeyboardMarkup,
|
||||
)
|
||||
from bot.factories.open_setting import OpenSettingCallback
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
|
||||
from bot.factories.full_menu import FullMenuCallback
|
||||
from bot.factories.open_setting import OpenSettingCallback
|
||||
from bot.modules.settings import settings_strings
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user