diff --git a/src/tiledb/cloud/file.py b/src/tiledb/cloud/file.py index 750f14c54..de3a2117c 100644 --- a/src/tiledb/cloud/file.py +++ b/src/tiledb/cloud/file.py @@ -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,