@ -104,7 +104,7 @@ async def json_or_text(response: aiohttp.ClientResponse) -> Union[Dict[str, Any]
def _gen_accept_encoding_header():
return 'gzip, deflate, br' if aiohttp.http_parser.HAS_BROTLI else 'gzip, deflate'
return 'gzip, deflate, br' if aiohttp.http_parser.HAS_BROTLI else 'gzip, deflate' # type: ignore
class Route: