From e2da47800b503aab0dfc62f1f1d4712ffca402ba Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 04 Jan 2013 00:12:00 +0000 Subject: pep8 --- (limited to 'commands') diff --git a/commands/check b/commands/check index 04a9d90..0567b41 100755 --- a/commands/check +++ b/commands/check @@ -100,10 +100,7 @@ def _check_ui(): def _run_checks(): print "\n= Check =\n" - - return check.check() and \ - _check_ui() and \ - _check_devbot() + return check.check() and _check_ui() and _check_devbot() parser = argparse.ArgumentParser() -- cgit v0.9.1