Remove incorrect comment

This commit is contained in:
Michael Foord 2012-04-21 18:32:56 +01:00
parent 3af125a4aa
commit 9cf5c9d85e

View file

@ -83,7 +83,6 @@ def _getsignature(func, skipfirst, instance=False):
# C function / method, possibly inherited object().__init__
return
# not using annotations
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec