diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-12 22:14:31 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-12 22:14:31 -0800 |
commit | c8c2ff830f917a7ddecab21eeecb99a20c2e9805 (patch) | |
tree | d3ed7a7862d3c560aaf3c29f7c3f955ce4e46a70 /cloudinit/distros/parsers | |
parent | d5aeda9535ab530fd2c09e6ad37443c9013c3b4d (diff) | |
download | vyos-cloud-init-c8c2ff830f917a7ddecab21eeecb99a20c2e9805.tar.gz vyos-cloud-init-c8c2ff830f917a7ddecab21eeecb99a20c2e9805.zip |
Pylint and pep8 cleanups.
Diffstat (limited to 'cloudinit/distros/parsers')
-rw-r--r-- | cloudinit/distros/parsers/hosts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/parsers/hosts.py b/cloudinit/distros/parsers/hosts.py index 958a7c31..94c97051 100644 --- a/cloudinit/distros/parsers/hosts.py +++ b/cloudinit/distros/parsers/hosts.py @@ -90,4 +90,3 @@ class HostsConf(object): pieces = "\t".join(pieces) contents.write("%s%s\n" % (pieces, tail)) return contents.getvalue() - |