Skip to content

Commit 9fce149

Browse files
isingoocopybara-github
authored andcommitted
Remove obsolete TODOs.
PiperOrigin-RevId: 672552445
1 parent d8cb7ee commit 9fce149

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nisaba/scripts/natural_translit/utils/type_op.py

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
converting types and attributes, and returning default values when required.
1919
Avoids equating NoneTypes in comparisons. For example if a.features = None and
2020
b.features = None, a and b won't be evaluated as having the same features.
21-
22-
TODO(): Fix typing in natural_translit.
2321
"""
2422

2523
from typing import Any, Iterable, Type, TypeVar, Union
@@ -212,8 +210,6 @@ class IterableThing(Thing):
212210
flattened.
213211
`MISSING in iterable2` returns `False`.
214212
215-
TODO: Move type_op and list_op functions to IterableThing where
216-
possible.
217213
"""
218214

219215
def __init__(

0 commit comments

Comments
 (0)