From 2d8a1820711ffe940230085c68134e435c0cd141 Mon Sep 17 00:00:00 2001 From: Sergey Mashkov Date: Tue, 3 Apr 2018 14:31:16 +0300 Subject: [PATCH] minor: remove unsed imports --- .../src/io/ktor/server/testing/TestApplicationRequest.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/ktor-server/ktor-server-test-host/src/io/ktor/server/testing/TestApplicationRequest.kt b/ktor-server/ktor-server-test-host/src/io/ktor/server/testing/TestApplicationRequest.kt index f6d34252d..8b5cfe0ed 100644 --- a/ktor-server/ktor-server-test-host/src/io/ktor/server/testing/TestApplicationRequest.kt +++ b/ktor-server/ktor-server-test-host/src/io/ktor/server/testing/TestApplicationRequest.kt @@ -1,15 +1,12 @@ package io.ktor.server.testing import io.ktor.application.* -import io.ktor.cio.* import io.ktor.content.* import io.ktor.http.* import io.ktor.request.* import io.ktor.server.engine.* import io.ktor.util.* -import kotlinx.coroutines.experimental.* import kotlinx.coroutines.experimental.io.* -import sun.invoke.empty.Empty class TestApplicationRequest( call: ApplicationCall,