summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2015-05-08 13:00:06 +0100
committerDaniel Watkins <daniel.watkins@canonical.com>2015-05-08 13:00:06 +0100
commit917f1792e3f0fe2ae9411530217a1892d9bc6d1c (patch)
tree957e8e5f2f72b51d9ea439bc06dcf30da4933985
parent7ca682408f857fcfd04bfc026ea6c697c1fd4b86 (diff)
downloadvyos-cloud-init-917f1792e3f0fe2ae9411530217a1892d9bc6d1c.tar.gz
vyos-cloud-init-917f1792e3f0fe2ae9411530217a1892d9bc6d1c.zip
Remove unused import.
-rw-r--r--cloudinit/sources/DataSourceAzure.py1
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