Skip to content

Commit

Permalink
chore: correct docstring
Browse files Browse the repository at this point in the history
The method does not return anything

[skip ci]
  • Loading branch information
sanjayankur31 committed Aug 14, 2024
1 parent 456bc69 commit bbe0fa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions neuroml/nml/helper_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -2181,8 +2181,6 @@ def create_unbranched_segment_group_branches(self, root_segment_id: int, use_con
:param optimise_segment_groups: toggle whether segment groups should be
optimised after operation
:type optimise_segment_groups: bool
:returns: modified cell with new section groups
:rtype: neuroml.Cell
"""
# don't recompute if already exists
Expand Down
2 changes: 0 additions & 2 deletions neuroml/nml/nml.py
Original file line number Diff line number Diff line change
Expand Up @@ -49768,8 +49768,6 @@ def create_unbranched_segment_group_branches(
:param optimise_segment_groups: toggle whether segment groups should be
optimised after operation
:type optimise_segment_groups: bool
:returns: modified cell with new section groups
:rtype: neuroml.Cell

"""
# don't recompute if already exists
Expand Down

0 comments on commit bbe0fa7

Please sign in to comment.