Skip to content

Commit

Permalink
Remove unnecessary suppress annotation in PayByBankUSComponent
Browse files Browse the repository at this point in the history
COAND-974
  • Loading branch information
ozgur00 committed Dec 2, 2024
1 parent 4656599 commit 7ac805f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ import kotlinx.coroutines.flow.Flow
/**
* A [PaymentComponent] that supports the [PaymentMethodTypes.PAY_BY_BANK_US] payment method.
*/
// TODO remove the suppress annotation after complete implementation
@Suppress("UnusedPrivateProperty", "UnusedParameter")
class PayByBankUSComponent internal constructor(
private val payByBankUSDelegate: PayByBankUSDelegate,
private val genericActionDelegate: GenericActionDelegate,
Expand Down

0 comments on commit 7ac805f

Please sign in to comment.