used isort + black
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
from .search import get_soundcloud_search_results
|
||||
|
||||
|
||||
__all__ = ["get_soundcloud_search_results"]
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
from aiogram.types import InlineQueryResultDocument, InlineQueryResultCachedAudio
|
||||
from aiogram.types import InlineQueryResultCachedAudio, InlineQueryResultDocument
|
||||
|
||||
from bot.modules.soundcloud import soundcloud
|
||||
from bot.modules.database import db
|
||||
from bot.modules.settings import UserSettings
|
||||
from bot.modules.soundcloud import soundcloud
|
||||
|
||||
from ..common.search import get_common_search_result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user