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

Commit

Permalink
refactor: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
moeez96 committed Oct 30, 2023
1 parent 1d93b6b commit 4509663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
from django.core.management import BaseCommand
from django.db.models import Q
from django.utils.timezone import now, timedelta
from oscar.core.loading import get_class

from ecommerce.courses.models import Course
from ecommerce.courses.utils import get_course_detail, get_course_run_detail
from ecommerce.extensions.catalogue.models import Product
from ecommerce.extensions.iap.models import IAPProcessorConfiguration
from ecommerce.extensions.partner.models import StockRecord
from oscar.core.loading import get_class

ANDROID_SKU_PREFIX = 'android'
IOS_SKU_PREFIX = 'ios'
Expand Down

0 comments on commit 4509663

Please sign in to comment.