type: update to the typed aiohttp release

This commit is contained in:
2023-11-22 15:12:07 +02:00
parent 18d17d4d52
commit 0991dbb59c
4 changed files with 15 additions and 6 deletions

View File

@@ -139,7 +139,7 @@ class BaseView(View, CorsViewMixin):
return value
# pylint: disable=not-callable,protected-access
async def head(self) -> StreamResponse: # type: ignore[return]
async def head(self) -> StreamResponse:
"""
HEAD method implementation based on the result of GET method