mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove incorrect comment
This commit is contained in:
parent
3af125a4aa
commit
9cf5c9d85e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue