Remove useless import

This commit is contained in:
fgerber 2022-11-03 13:52:41 +01:00 committed by Fred
parent 2e558017f2
commit 8325067566
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import kotlinx.coroutines.flow.update
import kotlinx.coroutines.launch
import kotlinx.parcelize.Parcelize
import org.pixeldroid.app.R
import org.pixeldroid.app.posts.fromHtml
import org.pixeldroid.app.utils.PixelDroidApplication
import org.pixeldroid.app.utils.db.entities.InstanceDatabaseEntity
import org.pixeldroid.app.utils.di.PixelfedAPIHolder