Skip to content

Commit

Permalink
Tweak to import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Jan 29, 2023
1 parent 4424fc2 commit 04e330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simsopt/geo/surfaceobjectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .._core.derivative import Derivative, derivative_dec
from ..geo.surface import Surface
from ..geo.surfacexyztensorfourier import SurfaceXYZTensorFourier
from simsopt.objectives.utilities import forward_backward
from ..objectives.utilities import forward_backward

__all__ = ['Area', 'Volume', 'ToroidalFlux', 'PrincipalCurvature',
'QfmResidual', 'boozer_surface_residual', 'Iotas',
Expand Down

0 comments on commit 04e330c

Please sign in to comment.