summaryrefslogtreecommitdiff
path: root/cloudinit/helpers.py
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-05-14 23:22:27 -0400
committerGitHub <noreply@github.com>2020-05-14 21:22:27 -0600
commitf23a4c4262ac11cd75c99fcbfbfe453f4e115f18 (patch)
tree98c7db2e9e7e6fb064ad933d618ea1c0163a629d /cloudinit/helpers.py
parent09492b1d0f4b1826a7a98709c61d48bf14a1ec64 (diff)
downloadvyos-cloud-init-f23a4c4262ac11cd75c99fcbfbfe453f4e115f18.tar.gz
vyos-cloud-init-f23a4c4262ac11cd75c99fcbfbfe453f4e115f18.zip
templater: drop Jinja Python 2 compatibility shim (#353)
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r--cloudinit/helpers.py4
1 files changed, 0 insertions, 4 deletions
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