PEP 8 W291 whitespace cleanup.

This commit is contained in:
Matt Clay 2017-01-27 15:20:31 -08:00
parent 95789f3949
commit d913f69ba1
166 changed files with 493 additions and 565 deletions

View file

@ -133,7 +133,7 @@ class LibcloudInventory(object):
if config.has_option('driver', 'path'):
self.path = config.get('driver', 'path')
if config.has_option('driver', 'api_version'):
self.api_version = config.get('driver', 'api_version')
self.api_version = config.get('driver', 'api_version')
Driver = get_driver(getattr(Provider, self.provider))
@ -163,8 +163,8 @@ class LibcloudInventory(object):
def do_api_calls_update_cache(self):
'''
Do API calls to a location, and save data in cache files
'''
Do API calls to a location, and save data in cache files
'''
self.get_nodes()
@ -193,7 +193,7 @@ class LibcloudInventory(object):
def add_node(self, node):
'''
Adds a node to the inventory and index, as long as it is
addressable
addressable
'''
# Only want running instances