Skip to content

Commit

Permalink
Fix circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yaugenst-flex committed Jul 1, 2024
1 parent d84983c commit e4fcb00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tidy3d/components/autograd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .derivative_utils import DerivativeInfo, integrate_within_bounds, interpn
from .types import (
AutogradFieldMap,
AutogradTraced,
Expand All @@ -19,7 +18,4 @@
"AutogradTraced",
"AutogradFieldMap",
"get_static",
"integrate_within_bounds",
"DerivativeInfo",
"interpn",
]

0 comments on commit e4fcb00

Please sign in to comment.