Fix missed Pep8 error with 1.4.6
Missed E126 continuation line over-indented for hanging indent Change-Id: I17ce2a984367fdb078d59bf6603610a01ad168f4
This commit is contained in:
@@ -19,8 +19,7 @@ def script_keystone_client():
|
||||
password='password',
|
||||
tenant_id='',
|
||||
tenant_name='tenant_name',
|
||||
username='username').AndReturn(
|
||||
FakeKeystone('abcd1234'))
|
||||
username='username').AndReturn(FakeKeystone('abcd1234'))
|
||||
|
||||
|
||||
def fake_headers():
|
||||
|
||||
Reference in New Issue
Block a user