From 48e387c5c12026a567eb7b293a3a590241c0cecb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:16:49 +0200 Subject: Merging upstream version 2.17.0. Signed-off-by: Daniel Baumann --- lib/ansible/template/vars.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ansible/template/vars.py') diff --git a/lib/ansible/template/vars.py b/lib/ansible/template/vars.py index 6f40827..56e5f5b 100644 --- a/lib/ansible/template/vars.py +++ b/lib/ansible/template/vars.py @@ -1,5 +1,6 @@ # (c) 2012, Michael DeHaan # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) +from __future__ import annotations from collections import ChainMap -- cgit v1.2.3