Przeglądaj źródła

Fixed method signature mismatch.

nuwan_ag 10 lat temu
rodzic
commit
07d1b38051
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      cloudbridge/cloud/interfaces/services.py

+ 1 - 1
cloudbridge/cloud/interfaces/services.py

@@ -453,7 +453,7 @@ class ImageService(PageableObjectMixin, ProviderService):
         pass
 
     @abstractmethod
-    def find(self, name):
+    def find(self, name, limit=None, marker=None):
         """
         Searches for an image by a given list of attributes