Skip to content

Commit 47057e3

Browse files
committed
update TODO
1 parent 71da05b commit 47057e3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

TODO.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## TODO
22

3-
Translating of following files:
4-
5-
* Parser, ParserTest
6-
* Message, MessageTest
7-
* Python 3.10: replace Union[x,y] with | in annotations
3+
* Translation of following files:
4+
* Parser, ParserTest
5+
* Message, MessageTest
6+
* When Python 3.10 is adapted:
7+
* replace Union[x,y] with x|y and Optional[x] with x|None in annotations
8+
* use f-strings instead of .format-strings

0 commit comments

Comments
 (0)