File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
import warnings
6
6
7
- from tidy3d .plugins .smatrix .component_modelers .modal import (
7
+ from tidy3d .plugins .smatrix .component_modelers .base import (
8
8
AbstractComponentModeler ,
9
- ComponentModeler ,
10
9
)
10
+ from tidy3d .plugins .smatrix .component_modelers .modal import ComponentModeler
11
11
from tidy3d .plugins .smatrix .component_modelers .terminal import TerminalComponentModeler
12
- from tidy3d .plugins .smatrix .data .data_array import PortDataArray , TerminalPortDataArray
13
- from tidy3d .plugins .smatrix .data .terminal import ComponentModelerData , TerminalComponentModelerData
12
+ from tidy3d .plugins .smatrix .data .data_array import (
13
+ ModalPortDataArray ,
14
+ PortDataArray ,
15
+ TerminalPortDataArray ,
16
+ )
17
+ from tidy3d .plugins .smatrix .data .modal import ComponentModelerData
18
+ from tidy3d .plugins .smatrix .data .terminal import TerminalComponentModelerData
14
19
from tidy3d .plugins .smatrix .ports .coaxial_lumped import CoaxialLumpedPort
15
- from tidy3d .plugins .smatrix .ports .modal import ModalPortDataArray , Port
20
+ from tidy3d .plugins .smatrix .ports .modal import Port
16
21
from tidy3d .plugins .smatrix .ports .rectangular_lumped import LumpedPort
17
22
from tidy3d .plugins .smatrix .ports .wave import WavePort
18
23
You can’t perform that action at this time.
0 commit comments