From b54e64bbc9f039c3706137ce09f035bf4f55ac7c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 19 Feb 2020 20:10:25 -0500 Subject: [PATCH] Remove unused import for iosxr acl_interfaces (#67587) Signed-off-by: Paul Belanger --- .../network/iosxr/config/acl_interfaces/acl_interfaces.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/module_utils/network/iosxr/config/acl_interfaces/acl_interfaces.py b/lib/ansible/module_utils/network/iosxr/config/acl_interfaces/acl_interfaces.py index c29a8db28cd..02b1ea738b1 100644 --- a/lib/ansible/module_utils/network/iosxr/config/acl_interfaces/acl_interfaces.py +++ b/lib/ansible/module_utils/network/iosxr/config/acl_interfaces/acl_interfaces.py @@ -21,7 +21,6 @@ from ansible.module_utils.network.iosxr.utils.utils import normalize_interface, from ansible.module_utils.network.common.utils \ import ( to_list, - dict_diff, search_obj_in_list, remove_empties )