Commit 3b5bc77
Enum: Fix pytest errors with older python versions
Python 3.10 supports using `type[…]` or `tuple[…]` as type hints. This
is relatively new and as such not support in older pythons
Signed-off-by: Sophie Tyalie <dev@flowerpot.me>1 parent 942b62c commit 3b5bc77
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments