From 9cf5c9d85e3b904a76acac3cbcdc0d45c4e486b5 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 21 Apr 2012 18:32:56 +0100 Subject: Remove incorrect comment --- Lib/unittest/mock.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12