lint: Fix pep8 linter error regressions.

Since `lint-all --pep8` wasn't running in CI, a few errors have leaked
in.
This commit is contained in:
Pweaver (Paul Weaver)
2016-11-16 16:39:47 -08:00
committed by Tim Abbott
parent 82a497ec08
commit 8f05ea877d
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ to this file.
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.dirname(TOOLS_DIR))
from tools.lib.test_script import(
from tools.lib.test_script import (
get_provisioning_status,
)