Parcourir la source

Removing second subscription type

almahmoud il y a 7 ans
Parent
commit
97b4cee87e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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'