From eeef86b37bddd6ce6a3b95409be61a6f352d2927 Mon Sep 17 00:00:00 2001
From: Hakan Calim <hakan.calim@fau.de>
Date: Tue, 31 Oct 2023 16:39:40 +0100
Subject: [PATCH] NAT-328: fixed isort issue

---
 test/imports/test_imports.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/imports/test_imports.py b/test/imports/test_imports.py
index 2b42d463..5ebdc8e6 100644
--- a/test/imports/test_imports.py
+++ b/test/imports/test_imports.py
@@ -5,11 +5,11 @@ import pytest
 from orchestrator.db import SubscriptionTable
 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.router import RouterRole, RouterVendor
 from gso.products.product_blocks.site import SiteTier
 from gso.utils.helpers import iso_from_ipv4
-from gso.api.v1.imports import SiteImportModel
 
 SITE_IMPORT_ENDPOINT = "/api/v1/imports/sites"
 ROUTER_IMPORT_ENDPOINT = "/api/v1/imports/routers"
-- 
GitLab