From 839016e3014d783354bc380799d914ff81ee4efa Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 15 Sep 2020 15:00:03 -0400 Subject: user_data: remove unused constant (#566) This was added in d00126c167fc06d913d99cfc184bf3402cb8cf53, but not removed in ef041fd822a2cf3a4022525e942ce988b1f95180 which removed the one usage of it from the original commit. --- cloudinit/user_data.py | 1 - 1 file changed, 1 deletion(-) 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' -- cgit v1.2.3