diff --git a/lms/djangoapps/commerce/utils.py b/lms/djangoapps/commerce/utils.py index 032174d574c5..16768d341851 100644 --- a/lms/djangoapps/commerce/utils.py +++ b/lms/djangoapps/commerce/utils.py @@ -23,7 +23,7 @@ from openedx.core.djangoapps.theming import helpers as theming_helpers from .models import CommerceConfiguration -from .waffle import ( +from .waffle import ( # lint-amnesty, pylint: disable=invalid-django-waffle-import should_redirect_to_commerce_coordinator_checkout, should_redirect_to_commerce_coordinator_refunds, )