From cf84c3bc645318302b62b31c8bff3a7ab27d7bfb Mon Sep 17 00:00:00 2001 From: rayzhou-bit Date: Fri, 27 May 2022 03:48:33 -0400 Subject: [PATCH] feat: more pep8 fix --- cms/djangoapps/contentstore/tests/test_utils.py | 1 - 1 file changed, 1 deletion(-) 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