mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-05 23:34:42 +00:00
fix: resolve warning "Expected type 'None', got 'Application' instead" (#1689)
This commit is contained in:
parent
482629ac18
commit
3812157913
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from asyncio import Transport
|
|||
from typing import Any, Awaitable, Callable, Dict, Optional, Set, Tuple, cast
|
||||
|
||||
from aiohttp import JsonPayload, MultipartWriter, Payload, web
|
||||
from aiohttp.abc import Application
|
||||
from aiohttp.web_app import Application
|
||||
from aiohttp.typedefs import Handler
|
||||
from aiohttp.web_middlewares import middleware
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue