Skip to content

Commit

Permalink
iRemove try except to catch error on import
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoral committed Oct 17, 2022
1 parent 320c891 commit dd7606f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions l10n_ar_account_withholding/models/res_company.py
@@ -1,9 +1,6 @@
from odoo import models, fields, api, _
# import odoo.tools as tools
try:
from pyafipws.iibb import IIBB
except ImportError:
IIBB = None
from pyafipws.iibb import IIBB
# from pyafipws.padron import PadronAFIP
from odoo.exceptions import UserError
import logging
Expand Down

0 comments on commit dd7606f

Please sign in to comment.