Skip to content

Commit

Permalink
[FIX] Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaGD authored and danimaribeiro committed Mar 20, 2019
1 parent 093d58c commit f1111b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion br_base/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _check_ie_duplicated(self):

if len(partner_ids) > 0:
raise ValidationError(_(u'Já existe um parceiro cadastrado com'
u'esta Inscrição Estadual/RG!'))
u'esta Inscrição Estadual/RG!'))
return True

@api.onchange('cnpj_cpf')
Expand Down
2 changes: 1 addition & 1 deletion br_crm/models/crm_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re
from odoo import models, fields, api, _
from odoo.addons.br_base.tools import fiscal
from odoo.exceptions import UserError, ValidationError
from odoo.exceptions import ValidationError


class CrmLead(models.Model):
Expand Down

0 comments on commit f1111b8

Please sign in to comment.