Merge pull request #33156 from openedx/feanil/cleanup_some_warnings

fix: Don't set default_app_config.
This commit is contained in:
Feanil Patel
2023-09-05 09:22:37 -04:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -10,8 +10,6 @@ this package should be kept small, thin, and stateless.
"""
from edx_toggles.toggles import WaffleSwitch
default_app_config = 'openedx.core.djangoapps.programs.apps.ProgramsConfig'
PROGRAMS_WAFFLE_SWITCH_NAMESPACE = 'programs'
# This is meant to be enabled until https://openedx.atlassian.net/browse/LEARNER-5573 needs to be resolved

View File

@@ -1,2 +0,0 @@
# lint-amnesty, pylint: disable=missing-module-docstring
default_app_config = 'openedx.core.djangoapps.schedules.apps.SchedulesConfig'