diff --git a/test/imports/test_imports.py b/test/imports/test_imports.py
index 2b42d4631f72dcee625c02715bc2672cfb8772b9..5ebdc8e6ce19ab8a469fc70156cf340e5b0b74c2 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"