Skip to content

Commit a0a5628

Browse files
[AutoPR azure-mgmt-databricks]-generated-from-SDK Generation - Python-6355251 (#47151)
* Configurations: 'specification/databricks/resource-manager/Microsoft.Databricks/Databricks/tspconfig.yaml', API Version: 2026-01-01, SDK Release Type: beta, and CommitSHA: '5376576f4c7cd72c82446ddaab93642c9fad6b6e' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6355251 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Update dev_requirements.txt --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 961a444 commit a0a5628

106 files changed

Lines changed: 14404 additions & 10253 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/databricks/azure-mgmt-databricks/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Release History
22

3+
## 3.0.0b1 (2026-05-27)
4+
5+
### Features Added
6+
7+
- Client `AzureDatabricksManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `AzureDatabricksManagementClient` added method `send_request`
9+
- Model `AccessConnectorProperties` added property `refered_by`
10+
- Model `GroupIdInformation` added property `system_data`
11+
- Model `PrivateEndpointConnection` added property `system_data`
12+
- Model `Resource` added property `system_data`
13+
- Model `TrackedResource` added property `system_data`
14+
- Model `VirtualNetworkPeering` added property `system_data`
15+
- Added model `AutomaticClusterUpdateDefinition`
16+
- Added enum `AutomaticClusterUpdateValue`
17+
- Added model `ComplianceSecurityProfileDefinition`
18+
- Added enum `ComplianceSecurityProfileValue`
19+
- Added enum `ComputeMode`
20+
- Added model `DefaultCatalogProperties`
21+
- Added enum `DefaultStorageFirewall`
22+
- Added model `EnhancedSecurityComplianceDefinition`
23+
- Added model `EnhancedSecurityMonitoringDefinition`
24+
- Added enum `EnhancedSecurityMonitoringValue`
25+
- Added enum `IdentityType`
26+
- Added enum `InitialType`
27+
- Added model `ProxyResource`
28+
- Added model `WorkspaceNoPublicIPBooleanParameter`
29+
- Added model `WorkspacePropertiesAccessConnector`
30+
- Operation group `WorkspacesOperations` added parameter `force_deletion` in method `begin_delete`
31+
32+
### Breaking Changes
33+
34+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
35+
- Model `VirtualNetworkPeering` moved instance variable `allow_virtual_network_access`, `allow_forwarded_traffic`, `allow_gateway_transit`, `use_remote_gateways`, `databricks_virtual_network`, `databricks_address_space`, `remote_virtual_network`, `remote_address_space`, `peering_state` and `provisioning_state` under property `properties` whose type is `VirtualNetworkPeeringPropertiesFormat`
36+
37+
### Other Changes
38+
39+
- Deleted model `PrivateEndpointConnectionsList`/`PrivateLinkResourcesList`/`VirtualNetworkPeeringList` which actually were not used by SDK users
40+
341
## 2.0.0 (2023-06-29)
442

543
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/databricks/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

sdk/databricks/azure-mgmt-databricks/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Data Bricks Management Client Library.
4-
This package has been tested with Python 3.7+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.7+ is required to use this package.
15+
- Python 3.10+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -59,6 +59,3 @@ Code samples for this package can be found at:
5959
If you encounter any bugs or have suggestions, please file an issue in the
6060
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
6161
section of the project.
62-
63-
64-

sdk/databricks/azure-mgmt-databricks/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"apiVersion": "2026-01-01",
3+
"apiVersions": {
4+
"Microsoft.Databricks": "2026-01-01"
5+
},
6+
"commit": "5376576f4c7cd72c82446ddaab93642c9fad6b6e",
7+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8+
"typespec_src": "specification/databricks/resource-manager/Microsoft.Databricks/Databricks",
9+
"emitterVersion": "0.62.1"
10+
}
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
{
2+
"CrossLanguagePackageId": "Microsoft.Databricks",
3+
"CrossLanguageDefinitionId": {
4+
"azure.mgmt.databricks.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
5+
"azure.mgmt.databricks.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
6+
"azure.mgmt.databricks.models.AccessConnector": "Microsoft.Databricks.AccessConnector",
7+
"azure.mgmt.databricks.models.AccessConnectorProperties": "Microsoft.Databricks.AccessConnectorProperties",
8+
"azure.mgmt.databricks.models.AccessConnectorUpdate": "Microsoft.Databricks.AccessConnectorUpdate",
9+
"azure.mgmt.databricks.models.AddressSpace": "Microsoft.Databricks.AddressSpace",
10+
"azure.mgmt.databricks.models.AutomaticClusterUpdateDefinition": "Microsoft.Databricks.AutomaticClusterUpdateDefinition",
11+
"azure.mgmt.databricks.models.ComplianceSecurityProfileDefinition": "Microsoft.Databricks.ComplianceSecurityProfileDefinition",
12+
"azure.mgmt.databricks.models.CreatedBy": "Microsoft.Databricks.CreatedBy",
13+
"azure.mgmt.databricks.models.DefaultCatalogProperties": "Microsoft.Databricks.DefaultCatalogProperties",
14+
"azure.mgmt.databricks.models.Encryption": "Microsoft.Databricks.Encryption",
15+
"azure.mgmt.databricks.models.EncryptionEntitiesDefinition": "Microsoft.Databricks.EncryptionEntitiesDefinition",
16+
"azure.mgmt.databricks.models.EncryptionV2": "Microsoft.Databricks.EncryptionV2",
17+
"azure.mgmt.databricks.models.EncryptionV2KeyVaultProperties": "Microsoft.Databricks.EncryptionV2KeyVaultProperties",
18+
"azure.mgmt.databricks.models.EndpointDependency": "Microsoft.Databricks.EndpointDependency",
19+
"azure.mgmt.databricks.models.EndpointDetail": "Microsoft.Databricks.EndpointDetail",
20+
"azure.mgmt.databricks.models.EnhancedSecurityComplianceDefinition": "Microsoft.Databricks.EnhancedSecurityComplianceDefinition",
21+
"azure.mgmt.databricks.models.EnhancedSecurityMonitoringDefinition": "Microsoft.Databricks.EnhancedSecurityMonitoringDefinition",
22+
"azure.mgmt.databricks.models.ErrorDetail": "Microsoft.Databricks.ErrorDetail",
23+
"azure.mgmt.databricks.models.ErrorInfo": "Microsoft.Databricks.ErrorInfo",
24+
"azure.mgmt.databricks.models.ErrorResponse": "Microsoft.Databricks.ErrorResponse",
25+
"azure.mgmt.databricks.models.ProxyResource": "Azure.ResourceManager.CommonTypes.ProxyResource",
26+
"azure.mgmt.databricks.models.GroupIdInformation": "Microsoft.Databricks.GroupIdInformation",
27+
"azure.mgmt.databricks.models.GroupIdInformationProperties": "Microsoft.Databricks.GroupIdInformationProperties",
28+
"azure.mgmt.databricks.models.ManagedDiskEncryption": "Microsoft.Databricks.ManagedDiskEncryption",
29+
"azure.mgmt.databricks.models.ManagedDiskEncryptionKeyVaultProperties": "Microsoft.Databricks.ManagedDiskEncryptionKeyVaultProperties",
30+
"azure.mgmt.databricks.models.ManagedIdentityConfiguration": "Microsoft.Databricks.ManagedIdentityConfiguration",
31+
"azure.mgmt.databricks.models.ManagedServiceIdentity": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentity",
32+
"azure.mgmt.databricks.models.Operation": "Microsoft.Databricks.Operation",
33+
"azure.mgmt.databricks.models.OperationDisplay": "Microsoft.Databricks.OperationDisplay",
34+
"azure.mgmt.databricks.models.OutboundEnvironmentEndpoint": "Microsoft.Databricks.OutboundEnvironmentEndpoint",
35+
"azure.mgmt.databricks.models.PrivateEndpoint": "Microsoft.Databricks.PrivateEndpoint",
36+
"azure.mgmt.databricks.models.PrivateEndpointConnection": "Microsoft.Databricks.PrivateEndpointConnection",
37+
"azure.mgmt.databricks.models.PrivateEndpointConnectionProperties": "Microsoft.Databricks.PrivateEndpointConnectionProperties",
38+
"azure.mgmt.databricks.models.PrivateLinkServiceConnectionState": "Microsoft.Databricks.PrivateLinkServiceConnectionState",
39+
"azure.mgmt.databricks.models.Sku": "Microsoft.Databricks.Sku",
40+
"azure.mgmt.databricks.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
41+
"azure.mgmt.databricks.models.UserAssignedIdentity": "Azure.ResourceManager.CommonTypes.UserAssignedIdentity",
42+
"azure.mgmt.databricks.models.VirtualNetworkPeering": "Microsoft.Databricks.VirtualNetworkPeering",
43+
"azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormat": "Microsoft.Databricks.VirtualNetworkPeeringPropertiesFormat",
44+
"azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork": "Microsoft.Databricks.VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetwork",
45+
"azure.mgmt.databricks.models.VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork": "Microsoft.Databricks.VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetwork",
46+
"azure.mgmt.databricks.models.Workspace": "Microsoft.Databricks.Workspace",
47+
"azure.mgmt.databricks.models.WorkspaceCustomBooleanParameter": "Microsoft.Databricks.WorkspaceCustomBooleanParameter",
48+
"azure.mgmt.databricks.models.WorkspaceCustomObjectParameter": "Microsoft.Databricks.WorkspaceCustomObjectParameter",
49+
"azure.mgmt.databricks.models.WorkspaceCustomParameters": "Microsoft.Databricks.WorkspaceCustomParameters",
50+
"azure.mgmt.databricks.models.WorkspaceCustomStringParameter": "Microsoft.Databricks.WorkspaceCustomStringParameter",
51+
"azure.mgmt.databricks.models.WorkspaceEncryptionParameter": "Microsoft.Databricks.WorkspaceEncryptionParameter",
52+
"azure.mgmt.databricks.models.WorkspaceNoPublicIPBooleanParameter": "Microsoft.Databricks.WorkspaceNoPublicIPBooleanParameter",
53+
"azure.mgmt.databricks.models.WorkspaceProperties": "Microsoft.Databricks.WorkspaceProperties",
54+
"azure.mgmt.databricks.models.WorkspacePropertiesAccessConnector": "Microsoft.Databricks.WorkspacePropertiesAccessConnector",
55+
"azure.mgmt.databricks.models.WorkspacePropertiesEncryption": "Microsoft.Databricks.WorkspacePropertiesEncryption",
56+
"azure.mgmt.databricks.models.WorkspaceProviderAuthorization": "Microsoft.Databricks.WorkspaceProviderAuthorization",
57+
"azure.mgmt.databricks.models.WorkspaceUpdate": "Microsoft.Databricks.WorkspaceUpdate",
58+
"azure.mgmt.databricks.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
59+
"azure.mgmt.databricks.models.ComputeMode": "Microsoft.Databricks.ComputeMode",
60+
"azure.mgmt.databricks.models.CustomParameterType": "Microsoft.Databricks.CustomParameterType",
61+
"azure.mgmt.databricks.models.KeySource": "Microsoft.Databricks.KeySource",
62+
"azure.mgmt.databricks.models.ProvisioningState": "Microsoft.Databricks.ProvisioningState",
63+
"azure.mgmt.databricks.models.EncryptionKeySource": "Microsoft.Databricks.EncryptionKeySource",
64+
"azure.mgmt.databricks.models.AutomaticClusterUpdateValue": "Microsoft.Databricks.AutomaticClusterUpdateValue",
65+
"azure.mgmt.databricks.models.ComplianceSecurityProfileValue": "Microsoft.Databricks.ComplianceSecurityProfileValue",
66+
"azure.mgmt.databricks.models.EnhancedSecurityMonitoringValue": "Microsoft.Databricks.EnhancedSecurityMonitoringValue",
67+
"azure.mgmt.databricks.models.PrivateLinkServiceConnectionStatus": "Microsoft.Databricks.PrivateLinkServiceConnectionStatus",
68+
"azure.mgmt.databricks.models.PrivateEndpointConnectionProvisioningState": "Microsoft.Databricks.PrivateEndpointConnectionProvisioningState",
69+
"azure.mgmt.databricks.models.PublicNetworkAccess": "Microsoft.Databricks.PublicNetworkAccess",
70+
"azure.mgmt.databricks.models.RequiredNsgRules": "Microsoft.Databricks.RequiredNsgRules",
71+
"azure.mgmt.databricks.models.InitialType": "Microsoft.Databricks.InitialType",
72+
"azure.mgmt.databricks.models.IdentityType": "Microsoft.Databricks.IdentityType",
73+
"azure.mgmt.databricks.models.DefaultStorageFirewall": "Microsoft.Databricks.DefaultStorageFirewall",
74+
"azure.mgmt.databricks.models.ManagedServiceIdentityType": "Azure.ResourceManager.CommonTypes.ManagedServiceIdentityType",
75+
"azure.mgmt.databricks.models.PeeringState": "Microsoft.Databricks.PeeringState",
76+
"azure.mgmt.databricks.models.PeeringProvisioningState": "Microsoft.Databricks.PeeringProvisioningState",
77+
"azure.mgmt.databricks.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
78+
"azure.mgmt.databricks.aio.operations.Operations.list": "Azure.ResourceManager.Legacy.Operations.list",
79+
"azure.mgmt.databricks.operations.WorkspacesOperations.get": "Microsoft.Databricks.Workspaces.get",
80+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.get": "Microsoft.Databricks.Workspaces.get",
81+
"azure.mgmt.databricks.operations.WorkspacesOperations.begin_create_or_update": "Microsoft.Databricks.Workspaces.createOrUpdate",
82+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.begin_create_or_update": "Microsoft.Databricks.Workspaces.createOrUpdate",
83+
"azure.mgmt.databricks.operations.WorkspacesOperations.begin_update": "Microsoft.Databricks.Workspaces.update",
84+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.begin_update": "Microsoft.Databricks.Workspaces.update",
85+
"azure.mgmt.databricks.operations.WorkspacesOperations.begin_delete": "Microsoft.Databricks.Workspaces.delete",
86+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.begin_delete": "Microsoft.Databricks.Workspaces.delete",
87+
"azure.mgmt.databricks.operations.WorkspacesOperations.list_by_resource_group": "Microsoft.Databricks.Workspaces.listByResourceGroup",
88+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.list_by_resource_group": "Microsoft.Databricks.Workspaces.listByResourceGroup",
89+
"azure.mgmt.databricks.operations.WorkspacesOperations.list_by_subscription": "Microsoft.Databricks.Workspaces.listBySubscription",
90+
"azure.mgmt.databricks.aio.operations.WorkspacesOperations.list_by_subscription": "Microsoft.Databricks.Workspaces.listBySubscription",
91+
"azure.mgmt.databricks.operations.PrivateEndpointConnectionsOperations.get": "Microsoft.Databricks.PrivateEndpointConnections.get",
92+
"azure.mgmt.databricks.aio.operations.PrivateEndpointConnectionsOperations.get": "Microsoft.Databricks.PrivateEndpointConnections.get",
93+
"azure.mgmt.databricks.operations.PrivateEndpointConnectionsOperations.begin_create": "Microsoft.Databricks.PrivateEndpointConnections.create",
94+
"azure.mgmt.databricks.aio.operations.PrivateEndpointConnectionsOperations.begin_create": "Microsoft.Databricks.PrivateEndpointConnections.create",
95+
"azure.mgmt.databricks.operations.PrivateEndpointConnectionsOperations.begin_delete": "Microsoft.Databricks.PrivateEndpointConnections.delete",
96+
"azure.mgmt.databricks.aio.operations.PrivateEndpointConnectionsOperations.begin_delete": "Microsoft.Databricks.PrivateEndpointConnections.delete",
97+
"azure.mgmt.databricks.operations.PrivateEndpointConnectionsOperations.list": "Microsoft.Databricks.PrivateEndpointConnections.list",
98+
"azure.mgmt.databricks.aio.operations.PrivateEndpointConnectionsOperations.list": "Microsoft.Databricks.PrivateEndpointConnections.list",
99+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.get": "Microsoft.Databricks.AccessConnectors.get",
100+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.get": "Microsoft.Databricks.AccessConnectors.get",
101+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.begin_create_or_update": "Microsoft.Databricks.AccessConnectors.createOrUpdate",
102+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.begin_create_or_update": "Microsoft.Databricks.AccessConnectors.createOrUpdate",
103+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.begin_update": "Microsoft.Databricks.AccessConnectors.update",
104+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.begin_update": "Microsoft.Databricks.AccessConnectors.update",
105+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.begin_delete": "Microsoft.Databricks.AccessConnectors.delete",
106+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.begin_delete": "Microsoft.Databricks.AccessConnectors.delete",
107+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.list_by_resource_group": "Microsoft.Databricks.AccessConnectors.listByResourceGroup",
108+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.list_by_resource_group": "Microsoft.Databricks.AccessConnectors.listByResourceGroup",
109+
"azure.mgmt.databricks.operations.AccessConnectorsOperations.list_by_subscription": "Microsoft.Databricks.AccessConnectors.listBySubscription",
110+
"azure.mgmt.databricks.aio.operations.AccessConnectorsOperations.list_by_subscription": "Microsoft.Databricks.AccessConnectors.listBySubscription",
111+
"azure.mgmt.databricks.operations.OutboundNetworkDependenciesEndpointsOperations.list": "Microsoft.Databricks.Workspaces.list",
112+
"azure.mgmt.databricks.aio.operations.OutboundNetworkDependenciesEndpointsOperations.list": "Microsoft.Databricks.Workspaces.list",
113+
"azure.mgmt.databricks.operations.PrivateLinkResourcesOperations.get": "Microsoft.Databricks.GroupIdInformations.get",
114+
"azure.mgmt.databricks.aio.operations.PrivateLinkResourcesOperations.get": "Microsoft.Databricks.GroupIdInformations.get",
115+
"azure.mgmt.databricks.operations.PrivateLinkResourcesOperations.list": "Microsoft.Databricks.GroupIdInformations.list",
116+
"azure.mgmt.databricks.aio.operations.PrivateLinkResourcesOperations.list": "Microsoft.Databricks.GroupIdInformations.list",
117+
"azure.mgmt.databricks.operations.VNetPeeringOperations.get": "Microsoft.Databricks.VirtualNetworkPeerings.get",
118+
"azure.mgmt.databricks.aio.operations.VNetPeeringOperations.get": "Microsoft.Databricks.VirtualNetworkPeerings.get",
119+
"azure.mgmt.databricks.operations.VNetPeeringOperations.begin_create_or_update": "Microsoft.Databricks.VirtualNetworkPeerings.createOrUpdate",
120+
"azure.mgmt.databricks.aio.operations.VNetPeeringOperations.begin_create_or_update": "Microsoft.Databricks.VirtualNetworkPeerings.createOrUpdate",
121+
"azure.mgmt.databricks.operations.VNetPeeringOperations.begin_delete": "Microsoft.Databricks.VirtualNetworkPeerings.delete",
122+
"azure.mgmt.databricks.aio.operations.VNetPeeringOperations.begin_delete": "Microsoft.Databricks.VirtualNetworkPeerings.delete",
123+
"azure.mgmt.databricks.operations.VNetPeeringOperations.list_by_workspace": "Microsoft.Databricks.VirtualNetworkPeerings.listByWorkspace",
124+
"azure.mgmt.databricks.aio.operations.VNetPeeringOperations.list_by_workspace": "Microsoft.Databricks.VirtualNetworkPeerings.listByWorkspace"
125+
},
126+
"CrossLanguageVersion": "3eacd2af9f8f"
127+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1+
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore

0 commit comments

Comments
 (0)