From f23a4c4262ac11cd75c99fcbfbfe453f4e115f18 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Thu, 14 May 2020 23:22:27 -0400 Subject: templater: drop Jinja Python 2 compatibility shim (#353) --- cloudinit/helpers.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cloudinit/helpers.py') diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py index 7d2a3305..9752ad28 100644 --- a/cloudinit/helpers.py +++ b/cloudinit/helpers.py @@ -451,8 +451,4 @@ class DefaultingConfigParser(RawConfigParser): contents = '\n'.join([header, contents, '']) return contents - -def identity(object): - return object - # vi: ts=4 expandtab -- cgit v1.2.3