- style nits, fix docs
[plcapi.git] / PLC / Methods / GetNetworkTypes.py
index 7187d21..eab232b 100644 (file)
@@ -17,5 +17,6 @@ class GetNetworkTypes(Method):
 
     returns = [NetworkType.fields['type']]
 
+
     def call(self, auth):
         return [network_type['type'] for network_type in NetworkTypes(self.api)]