Commit 457ea01
committed
fix(_table_to_text): ValueError
ValueError: '=' alignment not allowed in string format specifier
The syntax was not valid in py<3.10. See:
https://stackoverflow.com/questions/36044676/1 parent d6d4dee commit 457ea01
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments