From b7d5cf663ecb12de2023195e6b9c7c69bbdf4993 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Dec 2024 10:17:13 -0500 Subject: [PATCH] chore: quality --- enterprise/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/constants.py b/enterprise/constants.py index cc0f8378f..f5090a141 100644 --- a/enterprise/constants.py +++ b/enterprise/constants.py @@ -59,6 +59,7 @@ class CourseModes: VERIFIED = 'verified' UNPAID_EXECUTIVE_EDUCATION = 'unpaid-executive-education' + # Course mode sorting based on slug COURSE_MODE_SORT_ORDER = [ CourseModes.VERIFIED,