summaryrefslogtreecommitdiff
path: root/cloudinit/user_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/user_data.py')
-rw-r--r--cloudinit/user_data.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/user_data.py b/cloudinit/user_data.py
index f234b962..1317e063 100644
--- a/cloudinit/user_data.py
+++ b/cloudinit/user_data.py
@@ -26,7 +26,6 @@ LOG = logging.getLogger(__name__)
NOT_MULTIPART_TYPE = handlers.NOT_MULTIPART_TYPE
PART_FN_TPL = handlers.PART_FN_TPL
OCTET_TYPE = handlers.OCTET_TYPE
-INCLUDE_MAP = handlers.INCLUSION_TYPES_MAP
# Saves typing errors
CONTENT_TYPE = 'Content-Type'