Skip to content

Commit

Permalink
Nowt to do with me govenr... but fix it anyway!
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 19, 2024
1 parent 9dc041b commit 5a41e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/model_tests/neuron/test_synaptic_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def write_memory(
return (-1, -1)

@overrides(Transceiver.get_region_base_address)
def get_region_base_address(self, x: int, y: int, p: int):
def get_region_base_address(self, x: int, y: int, p: int) -> int:
return 0

@overrides(MockableTransceiver.read_memory)
Expand Down

0 comments on commit 5a41e01

Please sign in to comment.