From 29d748de0f9bd1807dd0e53343e42e7c3dcdac4f Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Thu, 31 Oct 2024 23:36:28 +0500 Subject: [PATCH] style: pycodestyle fix --- lms/djangoapps/course_blocks/tests/test_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/course_blocks/tests/test_api.py b/lms/djangoapps/course_blocks/tests/test_api.py index 25b4f03747..a9563b2a42 100644 --- a/lms/djangoapps/course_blocks/tests/test_api.py +++ b/lms/djangoapps/course_blocks/tests/test_api.py @@ -55,7 +55,6 @@ def get_block_side_effect_for_unknown_user(self, *args, **kwargs): return get_block_side_effect(self, False) - @ddt.ddt class TestGetCourseBlocks(UserPartitionTestMixin, CourseStructureTestCase): """