Skip to content

Commit 04082c8

Browse files
Valid test fix
1 parent 9468095 commit 04082c8

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 (
1314
CurrentIntegralAxisAligned,
@@ -23,7 +24,6 @@
2324
TerminalPortDataArray,
2425
WavePort,
2526
)
26-
from tidy3d.plugins.smatrix.ports.base_lumped import AbstractLumpedPort
2727

2828
from ...utils import run_emulated
2929
from .terminal_component_modeler_def import make_coaxial_component_modeler, make_component_modeler

0 commit comments

Comments
 (0)