Remove effectless expression statement.
This commit is contained in:
parent
c5198090f3
commit
ce8fd9d2bc
|
@ -1197,7 +1197,6 @@ class TextDoc(Doc):
|
|||
else:
|
||||
tag = "inherited from %s" % classname(thisclass,
|
||||
object.__module__)
|
||||
filter(lambda t: not t[0].startswith('_'), attrs)
|
||||
|
||||
# Sort attrs by name.
|
||||
attrs.sort()
|
||||
|
|
Loading…
Reference in New Issue