diff --git a/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py b/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py index 65265593..2179d09e 100644 --- a/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py +++ b/commerce_coordinator/apps/commercetools/management/commands/create_paypal_custom_types.py @@ -2,7 +2,7 @@ from commercetools import CommercetoolsError -from commerce_coordinator.apps.commercetools.catalog_info.foundational_types import TwoUCustomTypes, TwoUCustomObjects +from commerce_coordinator.apps.commercetools.catalog_info.foundational_types import TwoUCustomObjects, TwoUCustomTypes from commerce_coordinator.apps.commercetools.management.commands._ct_api_client_command import ( CommercetoolsAPIClientCommand )