Show More
@@ -23,7 +23,6 b' if pycompat.TYPE_CHECKING:' | |||||
23 | from typing import ( |
|
23 | from typing import ( | |
24 | Callable, |
|
24 | Callable, | |
25 | List, |
|
25 | List, | |
26 | Optional, |
|
|||
27 | ) |
|
26 | ) | |
28 |
|
27 | |||
29 |
|
28 | |||
@@ -71,7 +70,7 b' except AttributeError:' | |||||
71 |
|
70 | |||
72 |
|
71 | |||
73 | def gettext(message): |
|
72 | def gettext(message): | |
74 |
# type: ( |
|
73 | # type: (bytes) -> bytes | |
75 | """Translate message. |
|
74 | """Translate message. | |
76 |
|
75 | |||
77 | The message is looked up in the catalog to get a Unicode string, |
|
76 | The message is looked up in the catalog to get a Unicode string, |
General Comments 0
You need to be logged in to leave comments.
Login now