Remove blank lines at the ends of files

This commit is contained in:
Daniel Parks 2018-10-11 00:53:51 -07:00
parent 26acc1d4c6
commit d97a3dad33
No known key found for this signature in database
GPG key ID: 526AFD1C8F661806
3 changed files with 0 additions and 4 deletions

View file

@ -173,4 +173,3 @@ class Os(Base):
pass
return " ".join(os)

View file

@ -219,5 +219,3 @@ def main(host, output, verbose, debug):
sys.exit(e)
except requests.exceptions.ConnectionError as e:
sys.exit(e)

View file

@ -93,4 +93,3 @@ class Inventory(object):
services[class_name]["nodes"].append(node)
return sorted(services.values(), key=itemgetter("human_name"))