add zlib to import parser exception

This commit is contained in:
Ruben Fiszel
2025-02-21 21:26:14 +01:00
parent faba928149
commit a8bc5c28d7
@@ -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",
"",
];