Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Mar 18, 2022
1 parent 28e8702 commit 36cd8f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neurom/features/neurite.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,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 36cd8f0

Please sign in to comment.