GitOrigin-RevId: 473257ec0830ee58c32e4f5ac07a4ba5c9509fd9
This commit is contained in:
Aleksandr Sorotskii
2025-01-20 18:11:34 +01:00
committed by intellij-monorepo-bot
parent b700774b9a
commit 25d1303fdc
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ import com.jetbrains.python.sdk.poetry.poetryToml
import com.jetbrains.python.sdk.poetry.pyProjectToml
import com.jetbrains.python.sdk.poetry.setupPoetrySdkUnderProgress
import com.jetbrains.python.statistics.InterpreterType
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.withContext

View File

@@ -266,7 +266,7 @@ internal fun Row.pythonInterpreterComboBox(
return cell
}
internal class PythonInterpreterComboBox(
class PythonInterpreterComboBox(
private val backingProperty: ObservableMutableProperty<PythonSelectableInterpreter?>,
val controller: PythonAddInterpreterModel,
val onPathSelected: (String) -> Unit,