Skip to content
Snippets Groups Projects
Commit eeef86b3 authored by Hakan Calim's avatar Hakan Calim Committed by Neda Moeini
Browse files

NAT-328: fixed isort issue

parent 313e0c46
Branches
Tags
1 merge request!97Feature/nat 328 site names should be validated
...@@ -5,11 +5,11 @@ import pytest ...@@ -5,11 +5,11 @@ import pytest
from orchestrator.db import SubscriptionTable from orchestrator.db import SubscriptionTable
from orchestrator.services import subscriptions from orchestrator.services import subscriptions
from gso.api.v1.imports import SiteImportModel
from gso.products.product_blocks.iptrunk import IptrunkType, PhyPortCapacity from gso.products.product_blocks.iptrunk import IptrunkType, PhyPortCapacity
from gso.products.product_blocks.router import RouterRole, RouterVendor from gso.products.product_blocks.router import RouterRole, RouterVendor
from gso.products.product_blocks.site import SiteTier from gso.products.product_blocks.site import SiteTier
from gso.utils.helpers import iso_from_ipv4 from gso.utils.helpers import iso_from_ipv4
from gso.api.v1.imports import SiteImportModel
SITE_IMPORT_ENDPOINT = "/api/v1/imports/sites" SITE_IMPORT_ENDPOINT = "/api/v1/imports/sites"
ROUTER_IMPORT_ENDPOINT = "/api/v1/imports/routers" ROUTER_IMPORT_ENDPOINT = "/api/v1/imports/routers"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment