Skip to content

Commit 39d894f

Browse files
isidenticalshihai1991
authored andcommitted
Remove unnecessary variable definition (pythonGH-17368)
1 parent c96737d commit 39d894f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/inspect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,6 @@ def getfullargspec(func):
11361136
varkw = None
11371137
posonlyargs = []
11381138
kwonlyargs = []
1139-
defaults = ()
11401139
annotations = {}
11411140
defaults = ()
11421141
kwdefaults = {}

0 commit comments

Comments
 (0)