diff --git a/cms/djangoapps/contentstore/tests/test_utils.py b/cms/djangoapps/contentstore/tests/test_utils.py index 04c3504e51..5a19fc0a9d 100644 --- a/cms/djangoapps/contentstore/tests/test_utils.py +++ b/cms/djangoapps/contentstore/tests/test_utils.py @@ -767,4 +767,3 @@ class DetermineLabelTestCase(TestCase): block_type = "something else" result = utils.determine_label(display_name, block_type) self.assertTrue(result == display_name) - \ No newline at end of file