We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5fdf5 commit 78743cfCopy full SHA for 78743cf
elastic_transport/_node/_http_aiohttp.py
@@ -182,7 +182,7 @@ async def perform_request( # type: ignore[override]
182
data=body_to_send,
183
headers=request_headers,
184
timeout=aiohttp_timeout,
185
- **kwargs,
+ **kwargs, # type: ignore[arg-type]
186
) as response:
187
if is_head: # We actually called 'GET' so throw away the data.
188
await response.release()
0 commit comments