Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Mar 16, 2022
1 parent ff14ad9 commit 5a2d799
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neurom/features/neurite.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
from neurom.features import NameSpace, feature, bifurcation as bf, section as sf
from neurom.geom import convex_hull
from neurom.morphmath import interval_lengths
from neurom.utils import flatten
from neurom.core.types import tree_type_checker as is_type

feature = partial(feature, namespace=NameSpace.NEURITE)
Expand Down Expand Up @@ -84,7 +83,6 @@ def homogeneous_filter(section):
@feature(shape=())
def max_radial_distance(neurite, origin=None, section_type=NeuriteType.all):
"""Get the maximum radial distances of the termination sections."""

term_radial_distances = section_term_radial_distances(
neurite, origin=origin, section_type=section_type
)
Expand Down

0 comments on commit 5a2d799

Please sign in to comment.