Skip to content

Commit

Permalink
Update py/server/deephaven/liveness_scope.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <5250374+chipkent@users.noreply.github.com>
  • Loading branch information
niloc132 and chipkent authored Sep 20, 2023
1 parent 3079dde commit 7a94403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/server/deephaven/liveness_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
_pop(self.j_scope)
self.release()

def release(self):
def release(self) -> None:
"""Closes the LivenessScope and releases all the query graph resources.
Raises:
Expand Down

0 comments on commit 7a94403

Please sign in to comment.