mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
PY-42307 Unused field (PyPackageAliasesProvider)
GitOrigin-RevId: ca0873bf22d5d02f13b7bac55f985932be8ccc43
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b90f8fe4c3
commit
41730be0d8
@@ -8,7 +8,6 @@ public final class PyPackageAliasesProvider {
|
||||
}
|
||||
|
||||
public static final Map<String, String> commonImportAliases = new HashMap<>();
|
||||
public static final Map<String, String> packageAliases = new HashMap<>();
|
||||
|
||||
static {
|
||||
commonImportAliases.put("np", "numpy");
|
||||
@@ -25,10 +24,4 @@ public final class PyPackageAliasesProvider {
|
||||
commonImportAliases.put("mpimg", "matplotlib.image");
|
||||
commonImportAliases.put("mimg", "matplotlib.image");
|
||||
}
|
||||
|
||||
static {
|
||||
packageAliases.put("sklearn", "scikit-learn");
|
||||
packageAliases.put("Crypto", "PyCrypto");
|
||||
packageAliases.put("cv2", "pyopencv");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user