diff --git a/Lib/inspect.py b/Lib/inspect.py index 3ff395ca333778..608ca9551160e3 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -1136,7 +1136,6 @@ def getfullargspec(func): varkw = None posonlyargs = [] kwonlyargs = [] - defaults = () annotations = {} defaults = () kwdefaults = {}