mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
PyCharm: remove supportsPython3 check as any modern framework support it (all impls return true)
GitOrigin-RevId: 06f939ac73ae864a04ee6bdfd09be1e54b5bda5d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a041c80947
commit
01228fba20
@@ -12,6 +12,4 @@ public interface PyFrameworkProjectGenerator {
|
||||
@NlsSafe String getFrameworkTitle();
|
||||
|
||||
boolean isFrameworkInstalled(@NotNull Sdk sdk);
|
||||
|
||||
boolean supportsPython3();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user