From aab233b7ff9143b7d1da365fbf6202be62cf7a1e Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local> Date: Fri, 12 Apr 2024 11:41:59 +0100 Subject: [PATCH] Sort imports according to the rules --- gso/workflows/iptrunk/deploy_twamp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/workflows/iptrunk/deploy_twamp.py b/gso/workflows/iptrunk/deploy_twamp.py index 2d6c0198..c02e229c 100644 --- a/gso/workflows/iptrunk/deploy_twamp.py +++ b/gso/workflows/iptrunk/deploy_twamp.py @@ -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 -- GitLab