Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gomsang committed Jun 16, 2024
1 parent 75e3967 commit 28bb7d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import store.newsbriefing.app.core.data.repository.ScrapRepository
import store.newsbriefing.app.core.data.repository.model.asExternalModel
import store.newsbriefing.app.core.model.Scrap
import store.newsbriefing.app.core.network.datasource.ScrapNetworkDataSource
import store.newsbriefing.app.core.network.model.asExternalModel

internal class DefaultScrapRepository(private val scrapNetworkDataSource: ScrapNetworkDataSource) :
ScrapRepository {
Expand Down

0 comments on commit 28bb7d6

Please sign in to comment.