Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e407646

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)