Skip to content

Commit

Permalink
fix Symmetry import
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Dec 5, 2023
1 parent 7b8d8e4 commit 24b92db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplugins/tidy3d/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
from gdsfactory.pdk import get_layer_stack
from gdsfactory.technology import LayerStack
from pydantic import NonNegativeFloat
from tidy3d.components.types import Symmetry
from tidy3d.plugins.smatrix import ComponentModeler, Port

from gplugins.common.base_models.component import LayeredComponentBase
from gplugins.tidy3d.get_results import _executor
from gplugins.tidy3d.types import (
Sparameters,
Symmetry,
Tidy3DElementMapping,
Tidy3DMedium,
)
Expand Down

0 comments on commit 24b92db

Please sign in to comment.