Skip to content

Commit

Permalink
Revert assert (#6374)
Browse files Browse the repository at this point in the history
(partially cherry picked from commit a089aa4)
  • Loading branch information
webknjaz committed Sep 14, 2022
1 parent 7c42911 commit 6243204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/connector.py
Expand Up @@ -297,7 +297,7 @@ def __enter__(self) -> "BaseConnector":
return self

def __exit__(self, *exc: Any) -> None:
self.close()
self._close()

async def __aenter__(self) -> "BaseConnector":
return self
Expand Down

0 comments on commit 6243204

Please sign in to comment.