Skip to content

Commit

Permalink
[REF] payment_bacen_pix: Remove empty Lines, necessary for the new ve…
Browse files Browse the repository at this point in the history
…rsion of pre-commit.
  • Loading branch information
mbcosta committed Oct 25, 2023
1 parent 77bcea4 commit c96e709
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion payment_bacen_pix/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@


class PaymentController(http.Controller):

_accept_url = "/payment/bacenpix/feedback"

@http.route(
Expand Down
1 change: 0 additions & 1 deletion payment_bacen_pix/models/payment_acquirer.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@


class PaymentAcquirer(models.Model):

_inherit = "payment.acquirer"

provider = fields.Selection(
Expand Down
1 change: 0 additions & 1 deletion payment_bacen_pix/models/payment_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@


class PaymentTransaction(models.Model):

_inherit = "payment.transaction"

bacenpix_date_due = fields.Datetime()
Expand Down

0 comments on commit c96e709

Please sign in to comment.