Skip to content

Commit 631cacc

Browse files
Valid test fix
1 parent e1de4c7 commit 631cacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugins/smatrix/test_terminal_component_modeler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import tidy3d as td
1010
from tidy3d.components.data.data_array import FreqDataArray
11+
from tidy3d.components.microwave.ports.base_lumped import AbstractLumpedPort
1112
from tidy3d.exceptions import SetupError, Tidy3dError, Tidy3dKeyError
1213
from tidy3d.plugins.microwave import CustomCurrentIntegral2D, VoltageIntegralAxisAligned
1314
from tidy3d.plugins.smatrix import (
@@ -19,7 +20,6 @@
1920
TerminalPortDataArray,
2021
WavePort,
2122
)
22-
from tidy3d.plugins.smatrix.ports.base_lumped import AbstractLumpedPort
2323

2424
from ...utils import run_emulated
2525
from .terminal_component_modeler_def import make_coaxial_component_modeler, make_component_modeler

0 commit comments

Comments
 (0)