From b3b9196b9e3ce462579b3649817ec83076afde53 Mon Sep 17 00:00:00 2001 From: boris Date: Fri, 29 Jan 2021 12:43:08 -0500 Subject: [PATCH] remove comment --- extra_tests/not_impl_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/extra_tests/not_impl_gen.py b/extra_tests/not_impl_gen.py index 1c62385892..a01c6ad05e 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