Skip to content

Commit 34b3930

Browse files
committed
Update generated code
1 parent 4e19ece commit 34b3930

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

experimental/python/databricks/bundles/volumes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
]
1313

1414

15-
from databricks.bundles.catalog._models.volume_type import VolumeType, VolumeTypeParam
1615
from databricks.bundles.volumes._models.volume import Volume, VolumeDict, VolumeParam
1716
from databricks.bundles.volumes._models.volume_grant import (
1817
VolumeGrant,
@@ -23,3 +22,4 @@
2322
VolumeGrantPrivilege,
2423
VolumeGrantPrivilegeParam,
2524
)
25+
from databricks.bundles.volumes._models.volume_type import VolumeType, VolumeTypeParam

experimental/python/databricks/bundles/volumes/_models/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from dataclasses import dataclass, field
22
from typing import TYPE_CHECKING, TypedDict
33

4-
from databricks.bundles.catalog._models.volume_type import VolumeType, VolumeTypeParam
54
from databricks.bundles.core._resource import Resource
65
from databricks.bundles.core._transform import _transform
76
from databricks.bundles.core._transform_to_json import _transform_to_json_value
@@ -14,6 +13,7 @@
1413
VolumeGrant,
1514
VolumeGrantParam,
1615
)
16+
from databricks.bundles.volumes._models.volume_type import VolumeType, VolumeTypeParam
1717

1818
if TYPE_CHECKING:
1919
from typing_extensions import Self

experimental/python/databricks/bundles/catalog/_models/volume_type.py renamed to experimental/python/databricks/bundles/volumes/_models/volume_type.py

File renamed without changes.

0 commit comments

Comments
 (0)