mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
py imports are normalize underscores to dashes, so fixing mailparser_reply to -reply (#2147)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user