[IMP] delivery_fedex_hibou: remove logging imports

This commit is contained in:
Cedric Collins
2021-09-08 15:55:01 -05:00
committed by Jared Kipe
parent 793058baa2
commit 22944c6443

View File

@@ -3,8 +3,6 @@ from datetime import datetime
from copy import deepcopy
from odoo.addons.delivery_fedex.models import fedex_request
from odoo.tools import remove_accents
import logging
_logger = logging.getLogger(__name__)
STATECODE_REQUIRED_COUNTRIES = fedex_request.STATECODE_REQUIRED_COUNTRIES