py imports are normalize underscores to dashes, so fixing mailparser_reply to -reply (#2147)

This commit is contained in:
bgoosmanviz
2023-08-21 19:07:28 -04:00
committed by GitHub
parent f0e6158c54
commit d2086fa5cb
@@ -34,7 +34,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"googleapiclient" => "google-api-python-client",
"dateutil" => "python-dateutil",
"mailparser" => "mail-parser",
"mailparser_reply" => "mail-parser-reply",
"mailparser-reply" => "mail-parser-reply",
};
fn replace_import(x: String) -> String {