Skip to content

Commit e0eb127

Browse files
committed
ktlint
1 parent 8ae9c99 commit e0eb127

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runtime/protocol/http-test/jvmAndNative/src/aws/smithy/kotlin/runtime/httptest/TestWithLocalServer.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,13 @@
55

66
package aws.smithy.kotlin.runtime.httptest
77

8-
import io.ktor.client.HttpClient
98
import io.ktor.client.request.get
10-
import io.ktor.client.statement.HttpResponse
11-
import io.ktor.http.isSuccess
129
import io.ktor.server.engine.EmbeddedServer
1310
import kotlinx.coroutines.delay
1411
import kotlinx.coroutines.runBlocking
1512
import kotlinx.coroutines.withTimeout
16-
import kotlinx.io.IOException
1713
import kotlin.test.AfterTest
1814
import kotlin.test.BeforeTest
19-
import kotlin.time.Duration.Companion.milliseconds
2015
import kotlin.time.Duration.Companion.seconds
2116

2217
/**

0 commit comments

Comments
 (0)