PEP 8 cleanup. (#20790)

* PEP 8 E115 cleanup.
* PEP 8 E131 cleanup.
This commit is contained in:
Matt Clay
2017-01-28 01:39:40 -08:00
committed by GitHub
parent d0d1158c5e
commit e2c0b375d3
23 changed files with 51 additions and 57 deletions

View File

@@ -387,8 +387,8 @@ def find_vgw(client, module, vpn_gateway_id=None):
def ensure_vgw_present(client, module):
# If an existing vgw name and type matches our args, then a match is considered to have been
# found and we will not create another vgw.
# If an existing vgw name and type matches our args, then a match is considered to have been
# found and we will not create another vgw.
changed = False
params = dict()
@@ -472,8 +472,8 @@ def ensure_vgw_present(client, module):
def ensure_vgw_absent(client, module):
# If an existing vgw name and type matches our args, then a match is considered to have been
# found and we will take steps to delete it.
# If an existing vgw name and type matches our args, then a match is considered to have been
# found and we will take steps to delete it.
changed = False
params = dict()