- - removed anything having to do with event_type/event_object
[plcapi.git] / PLC / Methods / GetNetworkTypes.py
index d819761..eab232b 100644 (file)
@@ -17,8 +17,6 @@ class GetNetworkTypes(Method):
 
     returns = [NetworkType.fields['type']]
 
-    event_type = 'Get'
-    object_type = 'NetworkType'
 
     def call(self, auth):
         return [network_type['type'] for network_type in NetworkTypes(self.api)]