Commit b55ce5c
committed
Use older type annotation syntax.
Python 3.10 added the | operator for typing hint alternatives. Since
this is the only place where that new syntax is used, revert it to use
the Optional type and restore compatibility with Python < 3.10.1 parent 3291110 commit b55ce5c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments