Skip to content

Commit

Permalink
Somehow, really old code was added back into the lib_mapper.py in my …
Browse files Browse the repository at this point in the history
…branch.
  • Loading branch information
Brandon Minnix authored and Brandon Minnix committed Apr 26, 2024
1 parent a20dbdb commit 02692a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions netutils/lib_mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 02692a9

Please sign in to comment.