mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
flake8 fixes
This commit is contained in:
parent
e4827132ee
commit
367cc29982
@ -130,4 +130,3 @@ class CustomRequestHandler(WebhookRequestHandler):
|
||||
:return: :class:`aiogram.Dispatcher`
|
||||
"""
|
||||
return Dispatcher.get_current()
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
from aiogram import Bot as AioBot, Dispatcher
|
||||
from aiogram.dispatcher.webhook import SendMessage, WebhookRequestHandler
|
||||
from aiogram import types
|
||||
from aiogram import Bot as AioBot
|
||||
from olgram.models.models import Bot
|
||||
from aiohttp import web
|
||||
from asyncio import get_event_loop
|
||||
|
Loading…
Reference in New Issue
Block a user