- remove object_ids as class variable declaration
[plcapi.git] / PLC / Methods / AddPCU.py
index 8866213..167f3f2 100644 (file)
@@ -36,7 +36,6 @@ class AddPCU(Method):
     
     event_type = 'Add'
     object_type = 'PCU'
-    object_ids = []
 
     def call(self, auth, site_id_or_login_base, pcu_fields):
         pcu_fields = dict(filter(can_update, pcu_fields.items()))