Skip to content

Commit 4c660a8

Browse files
authored
nit(python): map azure-storage-file-datalake (#5682)
* feat(python): map azure-storage-file-datalake * add comma
1 parent dfb947f commit 4c660a8

File tree

1 file changed

+1
-0
lines changed
  • backend/parsers/windmill-parser-py-imports/src

1 file changed

+1
-0
lines changed

backend/parsers/windmill-parser-py-imports/src/mapping.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ pub static FULL_IMPORTS_MAP: PyMap = phf_map! {
325325
"azure.mgmt.nspkg" => "azure-mgmt-nspkg",
326326
"azure.keyvault.secrets" => "azure-keyvault-secrets",
327327
"azure.storage.blob" => "azure-storage-blob",
328+
"azure.storage.filedatalake" => "azure-storage-file-datalake",
328329
// Add new entry here ^
329330
};
330331

0 commit comments

Comments
 (0)