Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 16, 2024
1 parent e46ae6a commit 739a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spynnaker/pyNN/utilities/neo_buffer_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def __get_region_metadata(self, rec_id: int) -> Iterable[Tuple[
SELECT region_id, recording_neurons_st, vertex_slice, base_key
FROM region_metadata
WHERE rec_id = ?
ORDER BY region_id, recording_neurons_st, vertex_slice,
ORDER BY region_id, recording_neurons_st, vertex_slice,
base_key
""", (rec_id,))):
vertex_slice = MDSlice.from_string(
Expand Down

0 comments on commit 739a18e

Please sign in to comment.