From 585970180d1dedfea6e764dd3c65b8cece0c22d0 Mon Sep 17 00:00:00 2001 From: MueezKhan246 Date: Thu, 2 May 2024 18:12:00 +0500 Subject: [PATCH] refactor: disabling unused-argument --- integrated_channels/blackboard/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrated_channels/blackboard/utils.py b/integrated_channels/blackboard/utils.py index fef020de67..7d9ea39cb6 100644 --- a/integrated_channels/blackboard/utils.py +++ b/integrated_channels/blackboard/utils.py @@ -3,7 +3,7 @@ """ -def populate_decrypted_fields_blackboard(apps, schema_editor=None): # pylint: unused-argument +def populate_decrypted_fields_blackboard(apps, schema_editor=None): # pylint: disable=unused-argument """ Populates the encryption fields in Blackboard config with the data previously stored in database. """