mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-04-01 06:03:39 +00:00
type: update to the typed aiohttp release
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user