Skip to content

Commit

Permalink
[REF] l10n_br_base: Remove empty Lines, necessary for the new version…
Browse files Browse the repository at this point in the history
… of pre-commit.
  • Loading branch information
mbcosta committed Oct 31, 2023
1 parent e43cc2e commit d834f4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_br_base/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def check_ie(env, inscr_est, state, country):
# Se no caso da empresa ser 'isenta' do IE o campo
# deve estar vazio ou pode ter algum valor como abaixo
if inscr_est not in ("isento", "isenta", "ISENTO", "ISENTA"):

if not ie.validar(state.code.lower(), inscr_est):
raise ValidationError(
_("Estadual Inscription {} Invalid for State {}!").format(
Expand Down

0 comments on commit d834f4c

Please sign in to comment.