Skip to content
Snippets Groups Projects
Commit d67e1d6d authored by Hakan Calim's avatar Hakan Calim
Browse files

NAT-328: fixed isort issue

parent 9649cfb2
No related branches found
No related tags found
No related merge requests found
Pipeline #84361 passed
This commit is part of merge request !97. Comments created here will be created in the context of that merge request.
...@@ -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