Fix merge error between PR #1169 and #1176 (#1177)

This commit is contained in:
Hood Chatham 2021-01-30 01:16:09 -08:00 committed by GitHub
parent 5631fcd1d6
commit d548644ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ JsProxy_RichCompare(PyObject* a, PyObject* b, int op)
}
static PyObject*
JsProxy_GetIter(PyObject* o, PyObject* _args)
JsProxy_GetIter(PyObject* o)
{
JsProxy* self = (JsProxy*)o;