Remove a couple more useless 'pass' keywords found

Change-Id: I01e444a766836ef6867e3312c18043cae6ac6c4b
This commit is contained in:
Joshua Harlow
2015-05-29 17:44:14 -07:00
parent 95e5879f30
commit b8da7f70a1

View File

@@ -347,11 +347,9 @@ class TaskExecutor(object):
def start(self):
"""Prepare to execute tasks."""
pass
def stop(self):
"""Finalize task executor."""
pass
class SerialTaskExecutor(TaskExecutor):