- send account registration e-mails from the website
[plcapi.git] / PLC / Methods / GetKeys.py
index fcbd2b1..73ad9b6 100644 (file)
@@ -28,6 +28,7 @@ class GetKeys(Method):
 
     returns = [Key.fields]
 
+
     def call(self, auth, key_filter = None, return_fields = None):
        keys = Keys(self.api, key_filter, return_fields)