1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 22:59:48 +00:00

optimize imports

This commit is contained in:
2020-05-15 00:29:17 +06:00
parent a1788e35b2
commit dc173d752c
3 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ import com.github.insanusmokrassar.TelegramBotAPI.utils.*
import io.ktor.application.call
import io.ktor.request.receiveText
import io.ktor.response.respond
import io.ktor.routing.*
import io.ktor.routing.post
import io.ktor.routing.routing
import io.ktor.server.engine.*
import kotlinx.coroutines.*
import kotlinx.coroutines.channels.Channel