fixup! Feature trainer: add doc and annotation to simplify refactoring Please enter the commit message for your changes.

GitOrigin-RevId: edcd2f82c56be5b081f928dfc36462cc22f27a7b
This commit is contained in:
Ilya.Kazakevich
2025-04-04 03:43:39 +02:00
committed by intellij-monorepo-bot
parent ba4138d35c
commit 6588c8163a

View File

@@ -66,7 +66,6 @@ abstract class PythonBasedLangSupport : AbstractLangSupport() {
val existingSdks = getExistingSdks()
return applyBaseSdk(project, selectedSdk, existingSdks, module)
}
return selectedSdk
if (project.pythonSdk != null) return null // sdk already configured
// Run in parallel, because we can not wait for SDK here