Skip to content

Commit

Permalink
Remove unnecessary import of normalize function in magnet_coils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
connoramoreno committed Sep 11, 2024
1 parent 9c9ca97 commit ef58b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parastell/magnet_coils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from . import log
from . import cubit_io as cubit_io
from .utils import normalize, read_yaml_config, filter_kwargs, m2cm
from .utils import read_yaml_config, filter_kwargs, m2cm

export_allowed_kwargs = ["step_filename", "export_mesh", "mesh_filename"]

Expand Down

0 comments on commit ef58b49

Please sign in to comment.