Sfoglia il codice sorgente

Removing second subscription type

almahmoud 7 anni fa
parent
commit
97b4cee87e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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'