Skip to content

Commit

Permalink
Fix Kotlin linter
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Oct 7, 2024
1 parent 0808edd commit f129f27
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package com.mparticle.internal.database

import android.database.sqlite.SQLiteDatabase
import android.location.Location
import android.net.Network
import com.mparticle.internal.ConfigManager
import com.mparticle.internal.InternalSession
import com.mparticle.internal.database.services.BreadcrumbService
import com.mparticle.internal.database.services.MessageService
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mparticle.networking

import android.net.Network
import android.net.Uri
import com.mparticle.BuildConfig
import com.mparticle.MParticle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mparticle.networking

import android.net.Network
import com.mparticle.MParticle
import com.mparticle.MParticleOptions
import com.mparticle.internal.AccessUtils
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mparticle.networking

import android.net.Network
import androidx.test.platform.app.InstrumentationRegistry
import com.mparticle.MParticle
import com.mparticle.identity.IdentityApiRequest
Expand Down Expand Up @@ -109,7 +108,7 @@ open class PinningTest : BaseCleanStartedEachTest() {
companion object {
@JvmStatic
@BeforeClass
fun beforeClass(): Unit {
fun beforeClass() {
MParticle.reset(InstrumentationRegistry.getInstrumentation().context)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import android.content.SharedPreferences
import androidx.test.filters.LargeTest
import com.mparticle.internal.MParticleApiClientImpl.MPConfigException
import com.mparticle.internal.MParticleApiClientImpl.MPThrottleException
import com.mparticle.internal.database.UploadSettings
import com.mparticle.mock.MockContext
import com.mparticle.mock.MockSharedPreferences
import com.mparticle.networking.MPConnection
import com.mparticle.networking.MPUrl
import com.mparticle.networking.MParticleBaseClientImpl
import com.mparticle.networking.NetworkOptions
import org.json.JSONObject
import org.junit.Assert
import org.junit.Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.mparticle.internal

import android.net.Network
import android.os.Message
import com.mparticle.MParticle
import com.mparticle.MockMParticle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.mparticle.internal

import android.content.Context
import android.net.Network
import android.os.Message
import com.mparticle.MParticle
import com.mparticle.MockMParticle
Expand Down

0 comments on commit f129f27

Please sign in to comment.