Explorar o código

Changed instance.terminate contract

See: https://github.com/gvlproject/cloudbridge/issues/25
Nuwan Goonasekera %!s(int64=9) %!d(string=hai) anos
pai
achega
922e0a0af1
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      cloudbridge/cloud/interfaces/resources.py

+ 0 - 4
cloudbridge/cloud/interfaces/resources.py

@@ -487,10 +487,6 @@ class Instance(ObjectLifeCycleMixin, CloudResource):
     def terminate(self):
     def terminate(self):
         """
         """
         Permanently terminate this instance.
         Permanently terminate this instance.
-
-        :rtype: ``bool``
-        :return: ``True`` if the termination of the instance was successfully
-                 initiated; ``False`` otherwise.
         """
         """
         pass
         pass