- overloading verification_key for account verification as well (i.e.,
[plcapi.git] / PLC / Methods / GetKeyTypes.py
index f005b99..dd685de 100644 (file)
@@ -17,5 +17,6 @@ class GetKeyTypes(Method):
 
     returns = [KeyType.fields['key_type']]
 
+
     def call(self, auth):
-        return [key_type['key_type'] for key_type in KeyTypes(self.api).values()]
+        return [key_type['key_type'] for key_type in KeyTypes(self.api)]