get things working with a LazyLibrary hack while we think about cycles

This commit is contained in:
Jan Petykiewicz 2023-01-24 23:52:32 -08:00 committed by jan
commit d9fe295f4f
5 changed files with 32 additions and 12 deletions

View file

@ -1,9 +1,12 @@
from typing import Dict
from typing import Dict, TypeVar
#from typing import Union, Optional, MutableMapping, TYPE_CHECKING
import copy
import logging
from numpy.typing import ArrayLike
#from .pattern import Pattern
from .ref import Ref
from .ports import PortList, Port
#if TYPE_CHECKING: