Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: Sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jawad-khan committed May 13, 2024
1 parent 049b225 commit a8d4eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/iap/api/v1/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

from ecommerce.extensions.iap.api.v1.views import (
AndroidRefundView,
MobileBasketCheckoutView,
IOSRefundView,
MobileBasketAddItemsView,
MobileBasketCheckoutView,
MobileCheckoutView,
MobileCoursePurchaseExecutionView,
MobileSkusCreationView
Expand Down

0 comments on commit a8d4eb9

Please sign in to comment.