first draft for ilinks : typed and valued links between interfaces
[plcapi.git] / PLC / Methods / AddNodeTag.py
index 04dae7f..1584e02 100644 (file)
@@ -12,7 +12,6 @@ from PLC.NodeTagTypes import NodeTagType, NodeTagTypes
 from PLC.NodeTags import NodeTag, NodeTags
 from PLC.Nodes import Node, Nodes
 
-from PLC.Nodes import Nodes
 from PLC.Sites import Sites
 
 class AddNodeTag(Method):