diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-08-28 14:07:31 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-08-28 14:07:31 -0400 |
commit | 88908acf8c5766a7b08a60a797f2e65fe0a7fd3e (patch) | |
tree | 0aabdad49b32429b1391cf5841f1a74edb8da13b | |
parent | 64b14ee444ed55ee9fa1dee8b819fbe85aafcf2d (diff) | |
download | vyos-cloud-init-88908acf8c5766a7b08a60a797f2e65fe0a7fd3e.tar.gz vyos-cloud-init-88908acf8c5766a7b08a60a797f2e65fe0a7fd3e.zip |
distros/ubuntu.py: remove unused import (pylint)
-rw-r--r-- | cloudinit/distros/ubuntu.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/ubuntu.py b/cloudinit/distros/ubuntu.py index cb93f971..1f4efb59 100644 --- a/cloudinit/distros/ubuntu.py +++ b/cloudinit/distros/ubuntu.py @@ -23,7 +23,6 @@ from cloudinit.distros import debian from cloudinit import log as logging -from cloudinit import util LOG = logging.getLogger(__name__) |