diff --git a/extra_tests/not_impl_gen.py b/extra_tests/not_impl_gen.py index 1c6238589..a01c6ad05 100644 --- a/extra_tests/not_impl_gen.py +++ b/extra_tests/not_impl_gen.py @@ -32,7 +32,6 @@ def attr_is_not_inherited(type_, attr): def extra_info(obj): if callable(obj): - # TODO: check for the correct thing above and remove try try: sig = str(inspect.signature(obj)) # remove function memory addresses