Remove unused import in junos/utils/utils.py (#61384)
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
5a60bdd308
commit
5ee81338fc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ __metaclass__ = type
|
||||||
|
|
||||||
from ansible.module_utils.network.junos.junos import tostring
|
from ansible.module_utils.network.junos.junos import tostring
|
||||||
try:
|
try:
|
||||||
from ncclient.xml_ import new_ele, to_ele, to_xml
|
from ncclient.xml_ import new_ele, to_ele
|
||||||
HAS_NCCLIENT = True
|
HAS_NCCLIENT = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_NCCLIENT = False
|
HAS_NCCLIENT = False
|
||||||
|
|
Loading…
Reference in a new issue