Skip to content

Commit e668b16

Browse files
committed
fixed linter issue
1 parent 07834f9 commit e668b16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kotlin/services/s3/src/test/kotlin/com/kotlin/s3/PresignTests.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import aws.smithy.kotlin.runtime.client.LogMode
88
import aws.smithy.kotlin.runtime.content.decodeToString
99
import aws.smithy.kotlin.runtime.time.Instant
1010
import aws.smithy.kotlin.runtime.time.toJvmInstant
11-
1211
import kotlinx.coroutines.runBlocking
1312
import org.junit.jupiter.api.AfterEach
1413
import org.junit.jupiter.api.Assertions
@@ -18,7 +17,7 @@ import org.junit.jupiter.api.Order
1817
import org.junit.jupiter.api.TestMethodOrder
1918
import org.slf4j.LoggerFactory
2019
import java.time.temporal.ChronoUnit
21-
import java.util.UUID
20+
import java.util.*
2221
import kotlin.test.Test
2322
import kotlin.time.Duration.Companion.hours
2423

0 commit comments

Comments
 (0)