Add grpc entry to mapping in mapping.rs (#7616)

Map `grpc` to [`grpcio`](https://pypi.org/project/grpcio/).
This commit is contained in:
Maxime Thiebaut
2026-01-20 06:00:10 +00:00
committed by GitHub
parent a08c52ec8f
commit 00fc86d099
@@ -380,5 +380,6 @@ pub static SHORT_IMPORTS_MAP: PyMap = phf_map! {
"taiga" => "python-taiga",
"docx" => "python-docx",
"vt" => "vt-py",
"grpc" => "grpcio",
// Add new entry here ^
};