diff --git a/agent_based/utils/juniper_bgp_peer.py b/agent_based/utils/juniper_bgp_peer.py index 612201fcfc24be37d37ed7a183787371f0c4b257..60a609a02f2ca5d04c6c087b4ffdf6c673b449fe 100644 --- a/agent_based/utils/juniper_bgp_peer.py +++ b/agent_based/utils/juniper_bgp_peer.py @@ -10,9 +10,6 @@ # include file, will be used with juniper_bgp_peer and inv_juniper_bgp_peer # # -from typing import List -import ipaddress - def juniper_address_type(st: str): names = { diff --git a/juniper_bgp_peer.mkp b/juniper_bgp_peer.mkp index deb13e7c84ba8a765353f2d94ef355c8ec59a9e5..80d8d3d3a4a88fa2dffc3d9d5ffcf4adeb9507d1 100644 Binary files a/juniper_bgp_peer.mkp and b/juniper_bgp_peer.mkp differ