Skip to content
Snippets Groups Projects
Commit aab233b7 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Sort imports according to the rules

parent 81b58bc5
No related branches found
No related tags found
1 merge request!194deploy_twamp: subscription -> json
Pipeline #86148 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment