lint: fix whitespace issues in various modules
BUG=chromium:431514
TEST=no more lint errors
TEST=./cbuildbot/run_tests passes
Change-Id: I1c57d6fe903f68510599390acfc1b38df7005fa4
Reviewed-on: https://chromium-review.googlesource.com/232020
Reviewed-by: Gabe Black <gabeblack@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/scripts/deploy_chrome_unittest.py b/scripts/deploy_chrome_unittest.py
index f5eb659..605fc4e 100755
--- a/scripts/deploy_chrome_unittest.py
+++ b/scripts/deploy_chrome_unittest.py
@@ -5,8 +5,6 @@
"""Unit tests for the deploy_chrome script."""
-# pylint: disable=bad-whitespace
-
from __future__ import print_function
import os
@@ -62,7 +60,7 @@
def testLocalPathSpecified(self):
"""Test case of local path specified."""
- argv = list(_REGULAR_TO) + ['--local-pkg-path', '/path/to/chrome']
+ argv = list(_REGULAR_TO) + ['--local-pkg-path', '/path/to/chrome']
_ParseCommandLine(argv)
def testNoTarget(self):