Skip to content

Commit 69c36d9

Browse files
TODO -> DONE
1 parent 5e35605 commit 69c36d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libsemigroups_pybind11/transf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def __new__(cls, *_):
9090

9191
def __init__(self: Self, arg) -> None:
9292
# pylint: disable=not-callable, super-init-not-called
93-
# TODO this can't be right, pybind11_type is _Transf1, so this will
94-
# almost never invoked
9593
if isinstance(type(arg), pybind11_type):
9694
self._cxx_obj = arg
9795
return

0 commit comments

Comments
 (0)