mirror of https://github.com/python/cpython
Remove effectless expression statement.
This commit is contained in:
parent
c5198090f3
commit
ce8fd9d2bc
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue