Skip to content

Commit 78743cf

Browse files
committed
Ignore lint error
It's not related to Python 3.13.
1 parent ce5fdf5 commit 78743cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elastic_transport/_node/_http_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def perform_request( # type: ignore[override]
182182
data=body_to_send,
183183
headers=request_headers,
184184
timeout=aiohttp_timeout,
185-
**kwargs,
185+
**kwargs, # type: ignore[arg-type]
186186
) as response:
187187
if is_head: # We actually called 'GET' so throw away the data.
188188
await response.release()

0 commit comments

Comments
 (0)