Skip to content

Commit

Permalink
Remove old tiledb.cloud.file methods for version v0.12.16 (#602)
Browse files Browse the repository at this point in the history
* Remove old `tiledb.cloud.file` methods.
  • Loading branch information
JohnMoutafis authored Jul 12, 2024
1 parent cc8d879 commit 73699b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
3 changes: 0 additions & 3 deletions docs/_quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ website:
href: reference/cloudarray.qmd
- text: "`config`"
href: reference/config.qmd
- text: "`file`"
href: reference/file.qmd
- text: "`groups`"
href: reference/groups.qmd
- text: "`invites`"
Expand Down Expand Up @@ -132,7 +130,6 @@ quartodoc:
- client
- cloudarray
- config
- file
- groups
- invites
- notebook
Expand Down
2 changes: 0 additions & 2 deletions src/tiledb/cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from . import asset
from . import compute
from . import dag
from . import file
from . import files
from . import groups
from . import sql
Expand Down Expand Up @@ -56,7 +55,6 @@
"asset",
"compute",
"dag",
"file",
"files",
"groups",
"sql",
Expand Down
78 changes: 0 additions & 78 deletions src/tiledb/cloud/file.py

This file was deleted.

0 comments on commit 73699b3

Please sign in to comment.