Skip to content

Commit

Permalink
type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 8, 2025
1 parent 9c6735b commit fc0649c
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)
val: T
for id_value, val in zip(ids, values):
self.set_value_by_id(id_value, val)

Expand Down

0 comments on commit fc0649c

Please sign in to comment.