Removing unnecessary else

The patch addresses the removal of 'else'
written for if which is irrevalent.

Change-Id: I538ae1380681ec1b0feb0505142549a2ba4eb458
This commit is contained in:
Vishakha Agarwal 2018-09-03 12:36:32 +05:30
parent 9144a05a87
commit 823450339e

View File

@ -160,8 +160,6 @@ class TempestRun(command.Command):
sys.exit(2)
if parsed_args.state:
self._init_state()
else:
pass
regex = self._build_regex(parsed_args)
return_code = 0