- remove object_ids as class variable declaration
[plcapi.git] / PLC / Methods / AddNodeGroup.py
index 8ea7433..864fe8e 100644 (file)
@@ -28,7 +28,6 @@ class AddNodeGroup(Method):
 
     event_type = 'Add'
     object_type = 'NodeGroup'
-    object_ids = []
 
     def call(self, auth, nodegroup_fields):
         nodegroup_fields = dict(filter(can_update, nodegroup_fields.items()))