Skip to content

Commit

Permalink
[FIX] Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Nov 5, 2014
1 parent 6461ac0 commit c1b9560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions payment_redsys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
#
##############################################################################

import models
import controllers
from . import models
from . import controllers
2 changes: 1 addition & 1 deletion payment_redsys/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

import main
from . import main
1 change: 0 additions & 1 deletion payment_redsys/models/redsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def get_value(key):

@api.model
def redsys_form_generate_values(self, id, partner_values, tx_values):
base_url = self.env['ir.config_parameter'].get_param('web.base.url')
acquirer = self.browse(id)
redsys_tx_values = dict(tx_values)
redsys_tx_values.update({
Expand Down

0 comments on commit c1b9560

Please sign in to comment.