Fix PEP8 issues.
Fix some pep8 issues in doc/source/conf.py and tests/test_shell.py make the code looks pretty. Change-Id: I927f03aff4190f1ac30eb56e7c545de555978c31
This commit is contained in:
@ -66,7 +66,7 @@ class ShellTest(utils.TestCase):
|
||||
# Make a fake shell object, a helping wrapper to call it, and a quick
|
||||
# way of asserting that certain API calls were made.
|
||||
global shell, _shell, assert_called, assert_called_anytime
|
||||
shell = lambda sh,cmd: sh.run(cmd.split())
|
||||
shell = lambda sh, cmd: sh.run(cmd.split())
|
||||
|
||||
# Patch out some common methods
|
||||
#self.auth_patch = mock.patch(
|
||||
|
Reference in New Issue
Block a user