optimize imports

This commit is contained in:
2020-07-30 15:35:27 +06:00
parent a6a7634076
commit f31631c08f
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ import com.insanusmokrassar.postssystem.core.post.repo.PostsRepo
import com.insanusmokrassar.postssystem.core.publishing.repos.PublishingKeysRepo
import kotlinx.coroutines.channels.BroadcastChannel
import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.flow.*
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.asFlow
interface PublishingTrigger {
val postingTriggeredFlow: Flow<RegisteredPost>