1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-19 05:45:40 +00:00

optimize imports

This commit is contained in:
2020-01-05 19:51:32 +06:00
parent b095f07b9c
commit 7694b25d33
8 changed files with 15 additions and 11 deletions

View File

@@ -9,8 +9,6 @@ import io.ktor.client.request.accept
import io.ktor.client.request.url
import io.ktor.http.ContentType
import io.ktor.http.HttpMethod
import kotlin.collections.MutableMap
import kotlin.collections.mutableMapOf
import kotlin.collections.set
abstract class AbstractRequestCallFactory : KtorCallFactory {