Fix Pylint: W0109(duplicate-key)

This commit is contained in:
stv
2015-02-16 01:36:57 -08:00
parent 0248660214
commit 83fec5d092

View File

@@ -134,9 +134,6 @@ FEATURES = {
# Prerequisite courses feature flag
'ENABLE_PREREQUISITE_COURSES': False,
# Toggle course milestones app/feature
'MILESTONES_APP': False,
# Toggle course entrance exams feature
'ENTRANCE_EXAMS': False,