mirror of
https://github.com/puppetlabs/infinitory.git
synced 2026-01-25 18:08:40 -05:00
Remove blank lines at the ends of files
This commit is contained in:
parent
26acc1d4c6
commit
d97a3dad33
3 changed files with 0 additions and 4 deletions
|
|
@ -173,4 +173,3 @@ class Os(Base):
|
|||
pass
|
||||
|
||||
return " ".join(os)
|
||||
|
||||
|
|
|
|||
|
|
@ -219,5 +219,3 @@ def main(host, output, verbose, debug):
|
|||
sys.exit(e)
|
||||
except requests.exceptions.ConnectionError as e:
|
||||
sys.exit(e)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -93,4 +93,3 @@ class Inventory(object):
|
|||
services[class_name]["nodes"].append(node)
|
||||
|
||||
return sorted(services.values(), key=itemgetter("human_name"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue