Commit 5989360
committed
Wrap long assert line in test_io.py for Black
The `matrix.nvals` -> `matrix.matrix_nvals` rename pushed the triple
equality in `test_matrix_binfile_read_write` to 101 characters,
exceeding the project's 100-char line length. Apply Black's suggested
parenthesized wrap to bring it back under the limit.1 parent 4fa5720 commit 5989360
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
0 commit comments