Procházet zdrojové kódy

Fixed method signature mismatch.

nuwan_ag před 10 roky
rodič
revize
07d1b38051
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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