From c5afde2d767c9555afc0d94692964897ff6cded4 Mon Sep 17 00:00:00 2001 From: Nimisha Asthagiri Date: Mon, 8 Jan 2018 23:01:09 -0500 Subject: [PATCH] Quiet quality --- cms/djangoapps/contentstore/features/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/features/pages.py b/cms/djangoapps/contentstore/features/pages.py index 9004a5a0a2..4149af0228 100644 --- a/cms/djangoapps/contentstore/features/pages.py +++ b/cms/djangoapps/contentstore/features/pages.py @@ -1,6 +1,7 @@ # pylint: disable=missing-docstring # pylint: disable=redefined-outer-name # pylint: disable=unused-argument +# pylint: disable=no-member from lettuce import step, world from nose.tools import assert_equal, assert_in