Skip to content

Commit be8a3d8

Browse files
committed
fix the linter
1 parent d54521b commit be8a3d8

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

library/src/androidTest/java/org/xmtp/android/library/GroupTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.xmtp.android.library
22

3-
import android.util.Log
43
import androidx.test.ext.junit.runners.AndroidJUnit4
54
import androidx.test.platform.app.InstrumentationRegistry
65
import app.cash.turbine.test

library/src/main/java/org/xmtp/android/library/Conversations.kt

-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ import kotlinx.coroutines.channels.awaitClose
77
import kotlinx.coroutines.flow.Flow
88
import kotlinx.coroutines.flow.MutableStateFlow
99
import kotlinx.coroutines.flow.callbackFlow
10-
import kotlinx.coroutines.flow.collect
11-
import kotlinx.coroutines.flow.combine
1210
import kotlinx.coroutines.flow.flow
13-
import kotlinx.coroutines.flow.launchIn
1411
import kotlinx.coroutines.flow.merge
15-
import kotlinx.coroutines.flow.onEach
16-
import kotlinx.coroutines.flow.zip
17-
import kotlinx.coroutines.launch
1812
import kotlinx.coroutines.runBlocking
1913
import org.xmtp.android.library.GRPCApiClient.Companion.makeQueryRequest
2014
import org.xmtp.android.library.GRPCApiClient.Companion.makeSubscribeRequest
@@ -45,7 +39,6 @@ import uniffi.xmtpv3.FfiConversationCallback
4539
import uniffi.xmtpv3.FfiConversations
4640
import uniffi.xmtpv3.FfiGroup
4741
import uniffi.xmtpv3.FfiListConversationsOptions
48-
import uniffi.xmtpv3.FfiStreamCloser
4942
import java.util.Date
5043
import kotlin.time.Duration.Companion.nanoseconds
5144
import kotlin.time.DurationUnit

library/src/main/java/org/xmtp/android/library/Group.kt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package org.xmtp.android.library
22

3-
import android.util.Log
43
import kotlinx.coroutines.channels.awaitClose
54
import kotlinx.coroutines.flow.Flow
65
import kotlinx.coroutines.flow.callbackFlow

0 commit comments

Comments
 (0)