Skip to content

Commit

Permalink
pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 17, 2024
1 parent 4d1dd3c commit 5065805
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 @@ -329,7 +329,7 @@ def has_population_metadata(self, pop_label: str) -> bool:
Typically the Population label, corrected for `None` or
duplicate values
"""
for row in self.cursor().execute(
for _ in self.cursor().execute(
"""
SELECT pop_size
FROM population
Expand Down

0 comments on commit 5065805

Please sign in to comment.