Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Dec 15, 2023
1 parent 45423eb commit 9621d8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/scil_fodf_memsmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@
from scilpy.io.btensor import generate_btensor_input
from scilpy.io.image import get_data_as_mask
from scilpy.io.utils import (add_overwrite_arg, assert_inputs_exist,
assert_outputs_exist, add_b0_thresh_arg,
add_sh_basis_args, add_processes_arg,
add_verbose_arg)
assert_outputs_exist, add_sh_basis_args,
add_processes_arg, add_verbose_arg)
from scilpy.reconst.fodf import fit_from_model
from scilpy.reconst.sh import convert_sh_basis

Expand Down

0 comments on commit 9621d8e

Please sign in to comment.