Commit 21e8674
Benjamin Moody
contained_combined_ranges: fix type annotation.
This function requires as input a Sequence of signal names, not merely
a Collection.
(There's no particular reason this function *couldn't* be written to
accept any Collection or even any Iterable, but at present it requires
the argument to be something that implements both __len__ and
__getitem__.)1 parent 5c00559 commit 21e8674
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
0 commit comments