mirror of
https://github.com/python/cpython.git
synced 2025-07-27 21:24:32 +00:00
Remove effectless expression statement.
This commit is contained in:
parent
c5198090f3
commit
ce8fd9d2bc
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue