diff --git a/_modules/opensearchpy/_async/http_aiohttp.html b/_modules/opensearchpy/_async/http_aiohttp.html index 178041fd..d0617c2a 100644 --- a/_modules/opensearchpy/_async/http_aiohttp.html +++ b/_modules/opensearchpy/_async/http_aiohttp.html @@ -467,7 +467,7 @@

Source code for opensearchpy._async.http_aiohttp

if self._body is None: await self.read() - return self._body.decode("utf-8", "surrogatepass") # type: ignore + return self._body.decode("utf-8", "surrogatepass")