1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-06-18 14:26:09 +01:00

pylint: Remove uneccessary pass statements

This commit is contained in:
Marc Bonnici
2020-10-19 18:07:54 +01:00
committed by setrofim
parent aa4df95a69
commit fbe9460995
3 changed files with 0 additions and 17 deletions

@ -65,7 +65,6 @@ class SubCommand(object):
options to the command's parser). ``context`` is always ``None``.
"""
pass
def execute(self, state, args):
"""