Skip to content
Snippets Groups Projects
Commit 33b6ed5f authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

fix wrong import prevented UI from working

parent 303acc40
Branches
Tags
1 merge request!73fix wrong import prevented UI from working
Pipeline #84095 passed
......@@ -9,9 +9,9 @@ from orchestrator.types import FormGenerator, State, SubscriptionLifecycle, UUID
from orchestrator.workflow import StepList, conditional, done, init, step, workflow
from orchestrator.workflows.steps import resync, set_status, store_process_subscription
from orchestrator.workflows.utils import wrap_create_initial_input_form
from products.product_blocks.router import RouterRole, RouterVendor, generate_fqdn
from pydantic import validator
from gso.products.product_blocks.router import RouterRole, RouterVendor, generate_fqdn
from gso.products.product_types.router import RouterInactive, RouterProvisioning
from gso.products.product_types.site import Site
from gso.products.shared import PortNumber
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment