Skip to content

Commit

Permalink
refactor: disabling lint warning for unused schema editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed May 2, 2024
1 parent 44eb27a commit 8ab0a56
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):
def populate_decrypted_fields_blackboard(apps, schema_editor=None): # pylint: unused-argument
"""
Populates the encryption fields in Blackboard config with the data previously stored in database.
"""
Expand Down

0 comments on commit 8ab0a56

Please sign in to comment.