adding msgraph-sdk to Python module aliases (#3913)

This commit is contained in:
Danny Summerlin
2024-06-17 13:01:52 +01:00
committed by GitHub
parent 1dfcee7777
commit 5549e6c30c
@@ -56,7 +56,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"ldap" => "python-ldap",
"opensearchpy" => "opensearch-py",
"lokalise" => "python-lokalise-api",
"msgraph" => "msgraph-sdk",
};
fn replace_import(x: String) -> String {