Explorar el Código

Removing second subscription type

almahmoud hace 7 años
padre
commit
97b4cee87e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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'