From d82314f9024fe34bed65292485b6fb1440b0c9f5 Mon Sep 17 00:00:00 2001 From: Awais Jibran Date: Tue, 12 Feb 2019 18:45:18 +0500 Subject: [PATCH] fixing quality --- openedx/core/djangoapps/schedules/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openedx/core/djangoapps/schedules/config.py b/openedx/core/djangoapps/schedules/config.py index 0ae579e396..5090e9f7c5 100644 --- a/openedx/core/djangoapps/schedules/config.py +++ b/openedx/core/djangoapps/schedules/config.py @@ -1,3 +1,6 @@ +""" +Contains configuration for schedules app +""" from openedx.core.djangoapps.waffle_utils import WaffleFlagNamespace, CourseWaffleFlag, WaffleFlag