PyCharm: remove supportsPython3 check as any modern framework support it (all impls return true)

GitOrigin-RevId: 06f939ac73ae864a04ee6bdfd09be1e54b5bda5d
This commit is contained in:
Ilya.Kazakevich
2024-08-01 20:04:48 +02:00
committed by intellij-monorepo-bot
parent a041c80947
commit 01228fba20
3 changed files with 1 additions and 29 deletions

View File

@@ -12,6 +12,4 @@ public interface PyFrameworkProjectGenerator {
@NlsSafe String getFrameworkTitle();
boolean isFrameworkInstalled(@NotNull Sdk sdk);
boolean supportsPython3();
}