Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 10, 2024
1 parent 821af2a commit 4563532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker/pyNN/models/neuron/synaptic_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def __get_app_key_and_mask(

def __app_key_and_mask(
self, app_edge: ProjectionApplicationEdge,
s_info: SynapseInformation) -> Optional[AppKeyInfo]:
s_info: SynapseInformation) -> AppKeyInfo:
"""
Get a key and mask for an incoming application vertex as a whole.
Expand Down

0 comments on commit 4563532

Please sign in to comment.