Remove unsed / duplicate imports for iosxr module_utils (#61385)

(cherry picked from commit 5a60bdd308)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
pull/62561/head
Paul Belanger 5 years ago committed by Toshio Kuratomi
parent 74d33e5e44
commit 0b7fec8b11

@ -0,0 +1,3 @@
---
bugfixes:
- Remove unused import from iosxr l3_interfaces facts library.

@ -17,7 +17,7 @@ __metaclass__ = type
from copy import deepcopy from copy import deepcopy
import re import re
from ansible.module_utils.network.common import utils from ansible.module_utils.network.common import utils
from ansible.module_utils.network.iosxr.utils.utils import get_interface_type, normalize_interface from ansible.module_utils.network.iosxr.utils.utils import get_interface_type
from ansible.module_utils.network.iosxr.argspec.l3_interfaces.l3_interfaces import L3_InterfacesArgs from ansible.module_utils.network.iosxr.argspec.l3_interfaces.l3_interfaces import L3_InterfacesArgs

Loading…
Cancel
Save