Skip to content

Commit

Permalink
Remove type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 7, 2024
1 parent 375ea89 commit 21f78d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spynnaker/pyNN/extra_algorithms/delay_support_adder.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def delay_support_adder() -> Tuple[
splitter objects have been set.
:return: The delay vertices and delay edges that were added
:rtype: tuple(list(DelayExtensionVertex), list(DelayedApplicationEdge or
DelayAfferentApplicationEdge, str))
"""
adder = _DelaySupportAdder()
# pylint: disable=protected-access
Expand Down

0 comments on commit 21f78d6

Please sign in to comment.