- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetSliceInstantiations.py
index fc6469d..1cfcee9 100644 (file)
@@ -17,8 +17,6 @@ class GetSliceInstantiations(Method):
 
     returns = [SliceInstantiation.fields['instantiation']]
 
-    event_type = 'Get'
-    object_type = 'SliceInstantiation'
 
     def call(self, auth):
         return [slice_instantiation['instantiation'] for slice_instantiation in SliceInstantiations(self.api)]