INFRA-5978 - pylint / whitespace fix

This commit is contained in:
Tom Williams 2017-11-14 16:29:54 -05:00
parent c2210aaf7c
commit 021692b6c9

View file

@ -1509,7 +1509,7 @@ def accept_vpc_peering_connection(name=None, conn_id=None, conn_name=None,
if not pending:
ret['result'] = True
ret['changes'].update({'old':
'No pending VPC peering connection found. Nothing to be done.' })
'No pending VPC peering connection found. Nothing to be done.'})
return ret
if __opts__['test']: