Skip to content

Commit

Permalink
Update cmorizer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel <[email protected]>
  • Loading branch information
pgierz and mandresm authored Dec 10, 2024
1 parent 91e83df commit d91bf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymorize/cmorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def __init__(
################################################################################

def __del__(self):
# Gracefully close the cluster if it exists
"""Gracefully close the cluster if it exists"""
if self._cluster is not None:
self._cluster.close()

Expand Down

0 comments on commit d91bf85

Please sign in to comment.