diff options
author | Daniel Watkins <daniel.watkins@canonical.com> | 2015-05-08 13:00:06 +0100 |
---|---|---|
committer | Daniel Watkins <daniel.watkins@canonical.com> | 2015-05-08 13:00:06 +0100 |
commit | 917f1792e3f0fe2ae9411530217a1892d9bc6d1c (patch) | |
tree | 957e8e5f2f72b51d9ea439bc06dcf30da4933985 | |
parent | 7ca682408f857fcfd04bfc026ea6c697c1fd4b86 (diff) | |
download | vyos-cloud-init-917f1792e3f0fe2ae9411530217a1892d9bc6d1c.tar.gz vyos-cloud-init-917f1792e3f0fe2ae9411530217a1892d9bc6d1c.zip |
Remove unused import.
-rw-r--r-- | cloudinit/sources/DataSourceAzure.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceAzure.py b/cloudinit/sources/DataSourceAzure.py index ba4afa5f..c2dc6b4c 100644 --- a/cloudinit/sources/DataSourceAzure.py +++ b/cloudinit/sources/DataSourceAzure.py @@ -17,7 +17,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import base64 -import contextlib import crypt import fnmatch import os |