remove comment

This commit is contained in:
boris
2021-01-29 12:43:08 -05:00
parent 63bbdc0024
commit b3b9196b9e

View File

@@ -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