From 917f1792e3f0fe2ae9411530217a1892d9bc6d1c Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 8 May 2015 13:00:06 +0100 Subject: Remove unused import. --- cloudinit/sources/DataSourceAzure.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit/sources/DataSourceAzure.py') 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 . import base64 -import contextlib import crypt import fnmatch import os -- cgit v1.2.3