From 778204daddee2c3ff85bc44dff60c690e7b9179a Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 20 Nov 2024 17:21:10 -0800 Subject: [PATCH] fix up the lint' --- .../java/org/xmtp/android/library/SmartContractWalletTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/androidTest/java/org/xmtp/android/library/SmartContractWalletTest.kt b/library/src/androidTest/java/org/xmtp/android/library/SmartContractWalletTest.kt index b05d35b6c..2db2485ca 100644 --- a/library/src/androidTest/java/org/xmtp/android/library/SmartContractWalletTest.kt +++ b/library/src/androidTest/java/org/xmtp/android/library/SmartContractWalletTest.kt @@ -16,7 +16,6 @@ import org.xmtp.android.library.messages.PrivateKey import org.xmtp.android.library.messages.PrivateKeyBuilder import org.xmtp.android.library.messages.walletAddress import uniffi.xmtpv3.GenericException -import java.security.SecureRandom @RunWith(AndroidJUnit4::class) class SmartContractWalletTest {