Skip to content

Commit 8e70f57

Browse files
authored
Update clients/algoliasearch-client-python/algoliasearch/http/transporter.py
1 parent aa24eab commit 8e70f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-python/algoliasearch/http/transporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def close(self) -> None:
3030
_session = self._session
3131
self._session = None
3232

33-
_session.close()
33+
await _session.close()
3434

3535
async def request(
3636
self,

0 commit comments

Comments
 (0)