Don't add a placeholder help text for functions

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-10-05 02:45:54 -04:00
parent e0e4f238f6
commit 1779d482ac

View File

@@ -755,10 +755,6 @@ class SourceColumn(object):
)
except AttributeError:
self._help_text = self.attribute
else:
self._help_text = getattr(
self.func, 'help_text', _('Unnamed function')
)
self.help_text = self._help_text