nit(python): add virustotal to imports mapping (#5683)

This commit is contained in:
Maxime Thiebaut
2025-04-29 22:55:58 +02:00
committed by GitHub
parent 75ee10ea65
commit fbdaf28fb5
@@ -376,5 +376,6 @@ pub static SHORT_IMPORTS_MAP: PyMap = phf_map! {
"socks" => "PySocks",
"taiga" => "python-taiga",
"docx" => "python-docx",
"vt" => "vt-py",
// Add new entry here ^
};