Skip to content

Commit 9f9566b

Browse files
committed
Remove redundant pylint disable line
1 parent addf71c commit 9f9566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambda_codebase/account_processing/tests/test_account_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
global_sdk_config.set_sdk_enabled(False)
1414

15-
# pylint: disable=W0106,R0201
15+
# pylint: disable=W0106
1616
class SuccessTestCase(unittest.TestCase):
1717
def test_account_tag_creation(self):
1818
test_event = {"account_id": "123456789012", "tags": [{"CreatedBy": "ADF"}]}

0 commit comments

Comments
 (0)