Skip to content

Commit

Permalink
chore: don't merge, testing .open only
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 25, 2024
1 parent b58aaac commit be8b481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion juju/client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ async def close(self, to_reconnect: bool = False):
self._debug_log_task.cancel()

if self._ws and not self._ws.closed:
raise BaseException("FIXME just testing two")
await self._ws.close()

if not to_reconnect:
Expand Down

0 comments on commit be8b481

Please sign in to comment.