remove unused imports

This commit is contained in:
Sarang S 2022-08-17 23:25:40 +05:30
parent e50c001ab1
commit 33273d331c

View file

@ -8,7 +8,6 @@ import android.util.Log
import android.widget.Toast import android.widget.Toast
import androidx.appcompat.app.AlertDialog import androidx.appcompat.app.AlertDialog
import androidx.core.content.FileProvider import androidx.core.content.FileProvider
import androidx.lifecycle.MutableLiveData
import androidx.preference.PreferenceManager import androidx.preference.PreferenceManager
import com.fasterxml.jackson.annotation.JsonProperty import com.fasterxml.jackson.annotation.JsonProperty
import com.lagradost.cloudstream3.BuildConfig import com.lagradost.cloudstream3.BuildConfig
@ -22,7 +21,6 @@ import com.lagradost.cloudstream3.utils.Coroutines.ioSafe
import kotlinx.coroutines.runBlocking import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.sync.Mutex import kotlinx.coroutines.sync.Mutex
import kotlinx.coroutines.sync.withLock import kotlinx.coroutines.sync.withLock
import okhttp3.*
import okio.* import okio.*
import java.io.File import java.io.File
import kotlin.concurrent.thread import kotlin.concurrent.thread