appease the linter

This commit is contained in:
Andrew 2022-03-02 13:07:00 -05:00
parent 61ac97c02e
commit 6cf778f068
2 changed files with 3 additions and 2 deletions

View File

@ -393,6 +393,7 @@ class helpers_management:
def clear_unexecuted_commands(): def clear_unexecuted_commands():
Commands.update({ Commands.update({
Commands.executed: True Commands.executed: True
#pylint: disable=singleton-comparison
}).where(Commands.executed == False).execute() }).where(Commands.executed == False).execute()