Skip to content

Commit

Permalink
Remove global file module deprecation warning. (#585)
Browse files Browse the repository at this point in the history
Remove module level deprecation warning.
  • Loading branch information
JohnMoutafis authored Jun 10, 2024
1 parent 48ef583 commit 25e153e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tiledb/cloud/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
from tiledb.cloud.files import utils
from tiledb.cloud.rest_api import models

warning(
DeprecationWarning(
"Module `file` will be deprecated from version 0.12.15 onwards. "
"Use `tiledb.cloud.files.utils` instead."
),
)


def create_file(
namespace: str,
Expand Down

0 comments on commit 25e153e

Please sign in to comment.