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 be510ba commit 6b59bbcCopy full SHA for 6b59bbc
python-ecosys/aiohttp/aiohttp/aiohttp_ws.py
@@ -270,4 +270,3 @@ async def __aenter__(self):
270
async def __aexit__(self, *args):
271
await self.client._reader.aclose()
272
return await asyncio.sleep(0)
273
-
0 commit comments