add zoneinfo to stdlib

This commit is contained in:
Ruben Fiszel
2024-02-20 20:27:49 +01:00
parent 2ee069a1b8
commit e2f7ee33f4
@@ -213,7 +213,7 @@ pub async fn parse_python_imports(
}
}
const STDIMPORTS: [&str; 301] = [
const STDIMPORTS: [&str; 302] = [
"__future__",
"_abc",
"_aix_support",
@@ -299,6 +299,7 @@ const STDIMPORTS: [&str; 301] = [
"_weakrefset",
"_winapi",
"_zoneinfo",
"zoneinfo",
"abc",
"aifc",
"antigravity",