Skip to content
Snippets Groups Projects
Verified Commit f4d737c8 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Rename types module to annotations to avoid collision with existing external module

parent 4de070dd
No related branches found
No related tags found
No related merge requests found
Pipeline #88978 passed
import pytest
from orchestrator.types import SubscriptionLifecycle
from gso.annotations.interfaces import PhysicalPortCapacity
from gso.products import ProductName
from gso.products.product_blocks.iptrunk import IptrunkType
from gso.products.product_types.iptrunk import ImportedIptrunk
from gso.types.interfaces import PhysicalPortCapacity
from test.workflows import (
assert_complete,
extract_state,
......
......@@ -4,10 +4,10 @@ from unittest.mock import patch
import pytest
from infoblox_client.objects import HostRecord
from gso.annotations.interfaces import PhysicalPortCapacity
from gso.products import Iptrunk, ProductName
from gso.products.product_blocks.iptrunk import IptrunkType
from gso.services.subscriptions import get_product_id_by_name
from gso.types.interfaces import PhysicalPortCapacity
from gso.utils.shared_enums import Vendor
from test import USER_CONFIRM_EMPTY_FORM
from test.services.conftest import MockedNetboxClient, MockedSharePointClient
......
......@@ -2,9 +2,9 @@ from unittest.mock import patch
import pytest
from gso.annotations.interfaces import LAGMemberList, PhysicalPortCapacity
from gso.products import Iptrunk
from gso.products.product_blocks.iptrunk import IptrunkType
from gso.types.interfaces import LAGMemberList, PhysicalPortCapacity
from gso.utils.shared_enums import Vendor
from test.conftest import UseJuniperSide
from test.workflows import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment