sort imports

This commit is contained in:
unknown 2020-11-09 00:34:51 +03:00
parent 57c6766514
commit f589a1269a
110 changed files with 203 additions and 238 deletions

View file

@ -2,8 +2,8 @@ import hashlib
import logging
from aiogram import Bot, Dispatcher, executor
from aiogram.types import InlineQuery, \
InputTextMessageContent, InlineQueryResultArticle
from aiogram.types import (InlineQuery, InlineQueryResultArticle,
InputTextMessageContent)
API_TOKEN = 'BOT_TOKEN_HERE'