mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
add zlib to import parser exception
This commit is contained in:
@@ -318,7 +318,7 @@ async fn parse_python_imports_inner(
|
||||
}
|
||||
}
|
||||
|
||||
const STDIMPORTS: [&str; 302] = [
|
||||
const STDIMPORTS: [&str; 303] = [
|
||||
"--future--",
|
||||
"-abc",
|
||||
"-aix-support",
|
||||
@@ -620,5 +620,6 @@ const STDIMPORTS: [&str; 302] = [
|
||||
"zipapp",
|
||||
"zipfile",
|
||||
"zipimport",
|
||||
"zlib",
|
||||
"",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user