split the various *Api classes into somethin more sensible
[sfa.git] / sfa / methods / Resolve.py
index 1e1e7a4..74972cc 100644 (file)
@@ -42,6 +42,4 @@ class Resolve(Method):
         # send the call to the right manager
         manager = self.api.get_interface_manager()
         return manager.resolve(self.api, xrns, type)
-
-