diff options
author | Michael Foord <michael@voidspace.org.uk> | 2012-04-21 17:32:56 (GMT) |
---|---|---|
committer | Michael Foord <michael@voidspace.org.uk> | 2012-04-21 17:32:56 (GMT) |
commit | 9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5 (patch) | |
tree | b3200acc4cbc16cc5d6c2b747097d17822af124c /Lib/unittest | |
parent | 3af125a4aaef5b34d8abf9d50958077473706954 (diff) | |
download | cpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.zip cpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.tar.gz cpython-9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5.tar.bz2 |
Remove incorrect comment
Diffstat (limited to 'Lib/unittest')
-rw-r--r-- | Lib/unittest/mock.py | 1 |
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 |