From: Michael Foord Date: Sat, 21 Apr 2012 17:32:56 +0000 (+0100) Subject: Remove incorrect comment X-Git-Tag: v3.3.0a3~128^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5;p=python Remove incorrect comment --- diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py index 8f592ab764..a94acd638e 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