Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Nov 2, 2023
1 parent 4221369 commit 4230aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tiledb/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def consolidate_metadata(
):
"""
Consolidate the group metadata.
:param uri: The URI of the TileDB group to be consolidated
:type uri: str
:param config: Optional configuration parameters for the consolidation
Expand All @@ -485,7 +485,7 @@ def consolidate_metadata(
def vacuum_metadata(uri: str, config: Config = None, ctx: Optional[Ctx] = None):
"""
Vacuum the group metadata.
:param uri: The URI of the TileDB group to be vacuum
:type uri: str
:param config: Optional configuration parameters for the vacuuming
Expand Down
2 changes: 1 addition & 1 deletion tiledb/tests/test_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,4 +611,4 @@ def test_consolidation_and_vac_no_config(self):
tiledb.Group.consolidate_metadata(path)
tiledb.Group.vacuum_metadata(path)

assert len(vfs.ls(meta_path)) == 1
assert len(vfs.ls(meta_path)) == 1

0 comments on commit 4230aa4

Please sign in to comment.