Просмотр исходного кода

Changed instance.terminate contract

See: https://github.com/gvlproject/cloudbridge/issues/25
Nuwan Goonasekera 9 лет назад
Родитель
Сommit
922e0a0af1
1 измененных файлов с 0 добавлено и 4 удалено
  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):
         """
         Permanently terminate this instance.
-
-        :rtype: ``bool``
-        :return: ``True`` if the termination of the instance was successfully
-                 initiated; ``False`` otherwise.
         """
         pass