Remove effectless expression statement.

This commit is contained in:
Georg Brandl 2008-01-27 18:14:43 +00:00
parent c5198090f3
commit ce8fd9d2bc
1 changed files with 0 additions and 1 deletions

View File

@ -1197,7 +1197,6 @@ class TextDoc(Doc):
else: else:
tag = "inherited from %s" % classname(thisclass, tag = "inherited from %s" % classname(thisclass,
object.__module__) object.__module__)
filter(lambda t: not t[0].startswith('_'), attrs)
# Sort attrs by name. # Sort attrs by name.
attrs.sort() attrs.sort()