Ver Fonte

Removing second subscription type

almahmoud há 7 anos atrás
pai
commit
97b4cee87e
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      cloudbridge/cloud/interfaces/provider.py

+ 0 - 1
cloudbridge/cloud/interfaces/provider.py

@@ -253,5 +253,4 @@ class HandlerType(Enum):
     Handler Types.
     """
     SUBSCRIPTION = 'subscription'
-    RESULT_SUBSCRIPTION = 'result_subscription'
     INTERCEPTION = 'intercept'