From 02692a96e0587ebf342129283daea44ced52d919 Mon Sep 17 00:00:00 2001 From: Brandon Minnix Date: Thu, 28 Mar 2024 17:58:29 -0400 Subject: [PATCH] Somehow, really old code was added back into the lib_mapper.py in my branch. --- netutils/lib_mapper.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/netutils/lib_mapper.py b/netutils/lib_mapper.py index 0ba8fb16..ea8c6b7e 100644 --- a/netutils/lib_mapper.py +++ b/netutils/lib_mapper.py @@ -580,11 +580,6 @@ } -# Deep copy the reverse, where there is no actual translation happening. -NETMIKO_LIB_MAPPER_REVERSE = copy.deepcopy(NETMIKO_LIB_MAPPER) -NTCTEMPLATES_LIB_MAPPER_REVERSE = copy.deepcopy(NTCTEMPLATES_LIB_MAPPER) - - # Deep copy the reverse, where there is no actual translation happening with special # consideration for OS's not in netmiko. _MAIN_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)