Skip to content

Commit a9a46ac

Browse files
committed
fix lint
1 parent 1199573 commit a9a46ac

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/src/test/kotlin/com/amplitude/core/platform/EventPipelineTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import io.mockk.mockk
2020
import io.mockk.spyk
2121
import io.mockk.verify
2222
import kotlinx.coroutines.ExperimentalCoroutinesApi
23-
import kotlinx.coroutines.channels.Channel
2423
import kotlinx.coroutines.test.StandardTestDispatcher
2524
import kotlinx.coroutines.test.TestScope
2625
import kotlinx.coroutines.test.advanceUntilIdle

core/src/test/kotlin/com/amplitude/core/utilities/ExponentialBackoffRetryHandlerTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.amplitude.core.utilities
22

3-
import kotlin.math.max
43
import kotlinx.coroutines.ExperimentalCoroutinesApi
54
import kotlinx.coroutines.runBlocking
65
import kotlinx.coroutines.test.runTest

0 commit comments

Comments
 (0)