Skip to content

Commit

Permalink
Fix flake8 error (remove unused import)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesring committed Aug 29, 2023
1 parent e46b777 commit 25d8d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from vampy.automatedPreprocessing.visualize import visualize_model

from fsipy.automatedPreprocessing.preprocessing_common import generate_mesh, distance_to_spheres_solid_thickness, \
dist_sphere_spheres, convert_xml_mesh_to_hdf5, convert_vtu_mesh_to_xdmf
dist_sphere_spheres, convert_vtu_mesh_to_xdmf


def run_pre_processing(input_model, verbose_print, smoothing_method, smoothing_factor, smoothing_iterations,
Expand Down

0 comments on commit 25d8d54

Please sign in to comment.