cleanup [python]: remove unused symbols

GitOrigin-RevId: cbefb7c4667b2d2d1a8f38bcddc28fb51a0ce226
This commit is contained in:
Ilya.Kazakevich
2026-02-10 22:11:14 +01:00
committed by intellij-monorepo-bot
parent e146a61379
commit 8fd70026cb
25 changed files with 8 additions and 236 deletions

View File

@@ -31,10 +31,6 @@ public class JavaPythonFacet extends LibraryContributingFacet<JavaPythonFacetCon
PythonFacetUtil.removeLibrary(getModule());
}
public static String getFacetLibraryName(final String sdkName) {
return sdkName + PYTHON_FACET_LIBRARY_NAME_SUFFIX;
}
@Override
public void initFacet() {
updateLibrary();