remove unused imports

This commit is contained in:
davotoula
2025-08-30 09:10:28 +01:00
parent 0064a4c596
commit 8fffe3f662
28 changed files with 0 additions and 41 deletions
@@ -27,7 +27,6 @@ import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import java.util.Arrays
import kotlin.collections.distinctBy
@RunWith(AndroidJUnit4::class)
class LargeCacheBenchmark : BaseLargeCacheBenchmark() {
@@ -23,7 +23,6 @@ package com.vitorpamplona.quartz.benchmark
import android.content.Context
import android.database.sqlite.SQLiteException
import android.util.Log
import android.util.Log.e
import androidx.benchmark.junit4.BenchmarkRule
import androidx.benchmark.junit4.measureRepeated
import androidx.test.core.app.ApplicationProvider
@@ -35,7 +34,6 @@ import com.vitorpamplona.quartz.nip40Expiration.isExpired
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import kotlin.collections.flatten
@RunWith(AndroidJUnit4::class)
class LargeDBInsertBenchmark : BaseLargeCacheBenchmark() {