Skip to content

Commit

Permalink
another type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 8, 2025
1 parent fc0649c commit 60f98cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spinn_utilities/ranged/ranged_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ def set_value_by_slice(

def _set_values_list(self, ids: IdsType, value: _ListType) -> None:
values = self.as_list(value=value, size=len(ids), ids=ids)
id_value: int
val: T
for id_value, val in zip(ids, values):
self.set_value_by_id(id_value, val)
Expand Down

0 comments on commit 60f98cc

Please sign in to comment.