From d9a27b6ba7c64f3113a9f3280eaf631fbbdd6a40 Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Wed, 23 Oct 2024 15:36:32 +0500 Subject: [PATCH] style: pylint --- .../djangoapps/content/block_structure/tests/test_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openedx/core/djangoapps/content/block_structure/tests/test_manager.py b/openedx/core/djangoapps/content/block_structure/tests/test_manager.py index f24a1adf9c8..aa248f093c8 100644 --- a/openedx/core/djangoapps/content/block_structure/tests/test_manager.py +++ b/openedx/core/djangoapps/content/block_structure/tests/test_manager.py @@ -1,3 +1,4 @@ +# pylint: disable=attribute-defined-outside-init """ Tests for manager.py """