- add gpg_export() to export keys from a public keyring to ASCII
[plcapi.git] / PLC / Methods / GetNetworkMethods.py
index e857dd5..88fe048 100644 (file)
@@ -17,5 +17,6 @@ class GetNetworkMethods(Method):
 
     returns = [NetworkMethod.fields['method']]
 
+
     def call(self, auth):
         return [network_method['method'] for network_method in NetworkMethods(self.api)]