- does basically the same thing as Cache.py, except since we have cached
[plcapi.git] / PLC / Methods / GetAddresses.py
index 3aa9eeb..24d5aa2 100644 (file)
@@ -24,6 +24,7 @@ class GetAddresses(Method):
         ]
 
     returns = [Address.fields]
+    
 
     def call(self, auth, address_filter = None, return_fields = None):
         return Addresses(self.api, address_filter, return_fields)