Skip to content

Commit

Permalink
Remove function call who's result isn't used.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed May 9, 2022
1 parent cf5a3d7 commit 016a6c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ll/xist/ns/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def _append(all, obj, varname):
if inspect.ismethod(thing):
name = name or thing.__name__
context = context + [(thing, name)]
(args, varargs, varkw, defaults) = inspect.getargspec(thing.__func__)
id = "-".join(info[1] for info in context[1:]) or None
sig = xsc.Frag()
if name != thing.__name__ and not (thing.__name__.startswith("__") and name=="_" + thing.__self__.__class__.__name__ + thing.__name__):
Expand Down

0 comments on commit 016a6c3

Please sign in to comment.