Skip to content

Commit

Permalink
fix(basis-sdk): Removed unused imports
Browse files Browse the repository at this point in the history
IPC-327
  • Loading branch information
llevente committed Oct 17, 2024
1 parent 640b876 commit 047241b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import net.gini.android.internal.payment.GiniInternalPaymentModule
import net.gini.android.internal.payment.paymentProvider.PaymentProviderApp
import net.gini.android.internal.payment.paymentProvider.getPaymentProviderApps
import org.slf4j.LoggerFactory
import java.util.Locale

/**
* The [PaymentComponent] manages the data and state used by every [PaymentComponentView], the [MoreInformationFragment],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import net.gini.android.internal.payment.paymentProvider.PaymentProviderApp
import net.gini.android.internal.payment.utils.extensions.getLayoutInflaterWithGiniPaymentThemeAndLocale
import net.gini.android.internal.payment.utils.extensions.setBackgroundTint
import net.gini.android.internal.payment.utils.extensions.setIntervalClickListener
import net.gini.android.internal.payment.utils.extensions.wrappedWithGiniPaymentTheme
import net.gini.android.internal.payment.utils.extensions.wrappedWithGiniPaymentThemeAndLocale
import org.slf4j.LoggerFactory
import kotlin.coroutines.CoroutineContext
Expand Down

0 comments on commit 047241b

Please sign in to comment.