Commit 7a4f7eb
committed
Fix zip calls
This omits strict=True, which is only supported in Python 3.10 and
later, and instead explicitly asserts that the arguments are the
same length (which is arguably better for its explicitness anyway).1 parent 1f290f1 commit 7a4f7eb
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
156 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
157 | 163 | | |
0 commit comments