Skip to content
Snippets Groups Projects

deploy_twamp: subscription -> json

Merged Aleksandr Kurbatov requested to merge fix/deploy_twamp into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,11 +2,11 @@
import json
from orchestrator.utils.json import json_dumps
from orchestrator.forms import FormPage
from orchestrator.forms.validators import Label
from orchestrator.targets import Target
from orchestrator.types import FormGenerator, State, UUIDstr
from orchestrator.utils.json import json_dumps
from orchestrator.workflow import StepList, done, init, step, workflow
from orchestrator.workflows.steps import resync, store_process_subscription, unsync
from orchestrator.workflows.utils import wrap_modify_initial_input_form
Loading