We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da05b commit 47057e3Copy full SHA for 47057e3
TODO.md
@@ -1,7 +1,8 @@
1
## TODO
2
3
-Translating of following files:
4
-
5
-* Parser, ParserTest
6
-* Message, MessageTest
7
-* Python 3.10: replace Union[x,y] with | in annotations
+* Translation of following files:
+ * Parser, ParserTest
+ * Message, MessageTest
+* When Python 3.10 is adapted:
+ * 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