Skip to content

Commit

Permalink
Update apis/python/src/tiledbsoma/_query.py
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
ryan-williams and johnkerl authored Dec 20, 2024
1 parent ddf6250 commit a0362b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/python/src/tiledbsoma/_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ def to_spatialdata( # type: ignore[no-untyped-def]

return sdata

# Context management
# Context management.
# Currently a no-op, but, part of public API so we retain it.
def close(self) -> None:
pass

Expand Down

0 comments on commit a0362b6

Please sign in to comment.