summaryrefslogtreecommitdiff
path: root/ncserver/base/modman.py
diff options
context:
space:
mode:
Diffstat (limited to 'ncserver/base/modman.py')
-rw-r--r--ncserver/base/modman.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ncserver/base/modman.py b/ncserver/base/modman.py
index 5033afa..742a890 100644
--- a/ncserver/base/modman.py
+++ b/ncserver/base/modman.py
@@ -13,7 +13,7 @@ SPDX-License-Identifier: NCSA
import hashlib
from logging import getLogger
-from lxml import etree
+from lxml.etree import QName # pylint: disable=E0611
from netconf import error, nsmap_add, util
from taillight import Signal
@@ -25,9 +25,6 @@ MODULE_SET_CHANGE_SIGNAL = Signal(('base/ModuleManager', 'module_set_changed'))
yang-library-change notification should be fired, when this is supported."""
-QName = etree.QName # pylint: disable=I1101
-
-
def _import_compatible(existing, improps):
"""Determine if an imported module is compatible with the existing
module that has the same name/revision.