Skip to content

Commit e407646

Browse files
isidenticalpablogsal
authored andcommitted
Remove unnecessary variable definition (GH-17368)
1 parent 665ad3d commit e407646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/inspect.py

-1
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)