mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove unnecessary variable definition (GH-17368)
This commit is contained in:
parent
665ad3dfa9
commit
e407646b74
1 changed files with 0 additions and 1 deletions
|
|
@ -1136,7 +1136,6 @@ def getfullargspec(func):
|
|||
varkw = None
|
||||
posonlyargs = []
|
||||
kwonlyargs = []
|
||||
defaults = ()
|
||||
annotations = {}
|
||||
defaults = ()
|
||||
kwdefaults = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue