mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-15 12:06:18 +00:00
flake8 fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user