From 42d6ae563e7ba52ebc7a588d9c0ff62b1ed5565b Mon Sep 17 00:00:00 2001 From: Pronay sarker Date: Wed, 29 Jan 2025 00:33:05 +0600 Subject: [PATCH] fix spotless --- .../data/repositoryImp/LoanAccountSummaryRepositoryImp.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/data/src/main/java/com/mifos/core/data/repositoryImp/LoanAccountSummaryRepositoryImp.kt b/core/data/src/main/java/com/mifos/core/data/repositoryImp/LoanAccountSummaryRepositoryImp.kt index 9523ac1263..860b535981 100644 --- a/core/data/src/main/java/com/mifos/core/data/repositoryImp/LoanAccountSummaryRepositoryImp.kt +++ b/core/data/src/main/java/com/mifos/core/data/repositoryImp/LoanAccountSummaryRepositoryImp.kt @@ -9,14 +9,10 @@ */ package com.mifos.core.data.repositoryImp -import com.mifos.core.common.network.Dispatcher -import com.mifos.core.common.network.MifosDispatchers import com.mifos.core.data.repository.LoanAccountSummaryRepository import com.mifos.core.network.datamanager.DataManagerLoan import com.mifos.room.entities.accounts.loans.LoanWithAssociations -import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.flow.Flow -import kotlinx.coroutines.flow.flowOn import javax.inject.Inject /**