summaryrefslogtreecommitdiffstats
path: root/Lib/inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r--Lib/inspect.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py
index 3ff395c..608ca95 100644
--- a/Lib/inspect.py
+++ b/Lib/inspect.py
@@ -1136,7 +1136,6 @@ def getfullargspec(func):
varkw = None
posonlyargs = []
kwonlyargs = []
- defaults = ()
annotations = {}
defaults = ()
kwdefaults = {}