Remove unnecessary import in ModMailConversationViewModel.

This commit is contained in:
Docile-Alligator
2024-11-22 15:17:56 -05:00
parent 01c7dc8f8b
commit 4758ceb42e

View File

@ -13,7 +13,6 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.flatMapLatest
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.mapLatest
import kotlinx.coroutines.withContext
import retrofit2.Retrofit