Skip to content

Commit af9ab1a

Browse files
committed
fix
1 parent 2a07eee commit af9ab1a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

edg/core/PortBlocks.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
from __future__ import annotations
22

3-
from typing import *
3+
from typing import Any, Generic
4+
from typing_extensions import TypeVar
45

5-
from .. import edgir
66
from .Categories import InternalBlock
7-
from .Core import Refable
87
from .HierarchyBlock import Block, abstract_block
9-
from .IdentityDict import IdentityDict
108
from .Ports import BasePort, Port
119

1210

edg/electronics_model/ConnectedGenerator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from typing import Type, TypeVar, Generic
1+
from typing import Type, Generic
2+
from typing_extensions import TypeVar
23

34
from ..core import *
45
from .VoltagePorts import VoltageLink, VoltageSink, VoltageSource

0 commit comments

Comments
 (0)