diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
commit | 2e4d57b867b71831270655956d06a8e14793a8f3 (patch) | |
tree | f173bcdc05d7dd5b41e32c8c537580ccf30ffc64 /cloudinit/distros/rhel.py | |
parent | 270341583ff0c83b4e10ec3d1040b95555f7232f (diff) | |
download | vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.tar.gz vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.zip |
fix pep8 and pylint warnings
Diffstat (limited to 'cloudinit/distros/rhel.py')
-rw-r--r-- | cloudinit/distros/rhel.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/distros/rhel.py b/cloudinit/distros/rhel.py index ece1a5ff..30195384 100644 --- a/cloudinit/distros/rhel.py +++ b/cloudinit/distros/rhel.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import os - from cloudinit import distros from cloudinit import helpers from cloudinit import log as logging |