summaryrefslogtreecommitdiffstats
path: root/Lib/unittest
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-04-21 17:32:56 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-04-21 17:32:56 (GMT)
commit9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5 (patch)
treeb3200acc4cbc16cc5d6c2b747097d17822af124c /Lib/unittest
parent3af125a4aaef5b34d8abf9d50958077473706954 (diff)
downloadcpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.zip
cpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.tar.gz
cpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.tar.bz2
Remove incorrect comment
Diffstat (limited to 'Lib/unittest')
-rw-r--r--Lib/unittest/mock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py
index 8f592ab..a94acd6 100644
--- a/Lib/unittest/mock.py
+++ b/Lib/unittest/mock.py
@@ -83,7 +83,6 @@ def _getsignature(func, skipfirst, instance=False):
# C function / method, possibly inherited object().__init__
return
- # not using annotations
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec