Skip to content

Commit

Permalink
refactor: disabling unused-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed May 2, 2024
1 parent 8ab0a56 commit 5859701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrated_channels/blackboard/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 5859701

Please sign in to comment.