mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] delivery_fedex_hibou: remove logging imports
This commit is contained in:
committed by
Jared Kipe
parent
793058baa2
commit
22944c6443
@@ -3,8 +3,6 @@ from datetime import datetime
|
|||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from odoo.addons.delivery_fedex.models import fedex_request
|
from odoo.addons.delivery_fedex.models import fedex_request
|
||||||
from odoo.tools import remove_accents
|
from odoo.tools import remove_accents
|
||||||
import logging
|
|
||||||
_logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
STATECODE_REQUIRED_COUNTRIES = fedex_request.STATECODE_REQUIRED_COUNTRIES
|
STATECODE_REQUIRED_COUNTRIES = fedex_request.STATECODE_REQUIRED_COUNTRIES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user