Skip to content

Commit c49f442

Browse files
committed
Removed old TODO that has since been fixed
1 parent 1b95b6f commit c49f442

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/omnipy/data/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ def get_orig_model(cls) -> type[_RootT] | UndefinedType:
300300
def set_orig_model(cls, orig_model: type[_RootT]) -> None:
301301
cls.__fields__[ROOT_KEY].field_info.extra['orig_model'] = orig_model
302302

303-
# TODO: Allow e.g. Model[str](Model[int](5)) == Model[str](Model[int](5).contents).
304-
# Should then work the same as dataset
305303
def __init__( # noqa: C901
306304
self,
307305
value: Any | UndefinedType = Undefined,

0 commit comments

Comments
 (0)