Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af125a commit 9cf5c9dCopy full SHA for 9cf5c9d
1 file changed
Lib/unittest/mock.py
@@ -83,7 +83,6 @@ def _getsignature(func, skipfirst, instance=False):
83
# C function / method, possibly inherited object().__init__
84
return
85
86
- # not using annotations
87
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
88
89
0 commit comments