Skip to content
Snippets Groups Projects
Commit 99c2a0d5 authored by Michael Foord's avatar Michael Foord Committed by Robert Collins
Browse files

Remove incorrect comment

parent 343833ea
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,6 @@ def _getsignature(func, skipfirst, instance=False):
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
else:
try:
# not using annotations
regargs, varargs, varkwargs, defaults = inspect.getargspec(func)
except TypeError:
# C function / method, possibly inherited object().__init__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment