flake8 fixes

This commit is contained in:
mihalin 2021-09-10 23:09:46 +03:00
parent e4827132ee
commit 367cc29982
2 changed files with 1 additions and 4 deletions

View File

@ -130,4 +130,3 @@ class CustomRequestHandler(WebhookRequestHandler):
:return: :class:`aiogram.Dispatcher` :return: :class:`aiogram.Dispatcher`
""" """
return Dispatcher.get_current() return Dispatcher.get_current()

View File

@ -1,6 +1,4 @@
from aiogram import Bot as AioBot, Dispatcher from aiogram import Bot as AioBot
from aiogram.dispatcher.webhook import SendMessage, WebhookRequestHandler
from aiogram import types
from olgram.models.models import Bot from olgram.models.models import Bot
from aiohttp import web from aiohttp import web
from asyncio import get_event_loop from asyncio import get_event_loop