Skip to content

Commit 5f73723

Browse files
committed
chore: import coroutines alias for cancellation exception
1 parent 7052fd8 commit 5f73723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/views/ConnectStep.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import com.coder.toolbox.views.state.CoderCliSetupWizardState
1010
import com.jetbrains.toolbox.api.ui.components.LabelField
1111
import com.jetbrains.toolbox.api.ui.components.RowGroup
1212
import com.jetbrains.toolbox.api.ui.components.ValidationErrorField
13+
import kotlinx.coroutines.CancellationException
1314
import kotlinx.coroutines.CoroutineName
1415
import kotlinx.coroutines.Job
1516
import kotlinx.coroutines.flow.StateFlow
1617
import kotlinx.coroutines.flow.update
1718
import kotlinx.coroutines.launch
1819
import kotlinx.coroutines.yield
19-
import java.util.concurrent.CancellationException
2020

2121
private const val USER_HIT_THE_BACK_BUTTON = "User hit the back button"
2222

0 commit comments

Comments
 (0)