nit(python): map azure-storage-file-datalake (#5682)

* feat(python): map azure-storage-file-datalake

* add comma
This commit is contained in:
pyranota
2025-04-30 10:04:10 +02:00
committed by GitHub
parent 409c0aece6
commit 56eb72fb0c

View File

@@ -325,6 +325,7 @@ pub static FULL_IMPORTS_MAP: PyMap = phf_map! {
"azure.mgmt.nspkg" => "azure-mgmt-nspkg",
"azure.keyvault.secrets" => "azure-keyvault-secrets",
"azure.storage.blob" => "azure-storage-blob",
"azure.storage.filedatalake" => "azure-storage-file-datalake",
// Add new entry here ^
};