chore: apply lint&reformat

This commit is contained in:
Oleg A 2023-09-18 11:43:21 +03:00
parent c229cf8c7b
commit b24485edf2
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5
3 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,6 @@ from os import getenv
from typing import Any, Dict, Union
from aiohttp import web
from finite_state_machine import form_router
from aiogram import Bot, Dispatcher, F, Router
from aiogram.client.session.aiohttp import AiohttpSession
@ -19,6 +18,7 @@ from aiogram.webhook.aiohttp_server import (
TokenBasedRequestHandler,
setup_application,
)
from finite_state_machine import form_router
main_router = Router()