diff --git a/jaxley/modules/cell.py b/jaxley/modules/cell.py index 6476365e..8469d1e2 100644 --- a/jaxley/modules/cell.py +++ b/jaxley/modules/cell.py @@ -14,8 +14,8 @@ compute_coupling_cond, compute_levels, ) -from jaxley.utils.swc import swc_to_jaxley from jaxley.utils.plot_utils import plot_morph, plot_swc +from jaxley.utils.swc import swc_to_jaxley class Cell(Module):