used isort + black
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
from aiogram import Router, F
|
||||
|
||||
from aiogram import F, Router
|
||||
from aiogram.types import InlineQuery
|
||||
|
||||
from bot.modules.settings import UserSettings
|
||||
from bot.results.deezer import get_deezer_search_results
|
||||
from bot.results.soundcloud import get_soundcloud_search_results
|
||||
from bot.results.youtube import get_youtube_search_results
|
||||
from bot.results.spotify import get_spotify_search_results
|
||||
|
||||
from bot.modules.settings import UserSettings
|
||||
from bot.results.youtube import get_youtube_search_results
|
||||
|
||||
router = Router()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user