]> granicus.if.org Git - python/commitdiff
Remove incorrect comment
authorMichael Foord <michael@voidspace.org.uk>
Sat, 21 Apr 2012 17:32:56 +0000 (18:32 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Sat, 21 Apr 2012 17:32:56 +0000 (18:32 +0100)
Lib/unittest/mock.py

index 8f592ab7646f16660b4c98edf2a08fc5ac3a4af5..a94acd638e3e65ac6a9e746e974c31bc7c8835c7 100644 (file)
@@ -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