1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 19:32:34 +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

View File

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