Skip to content

Commit ed44817

Browse files
committed
Actually appease linter
1 parent 3e2f474 commit ed44817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/descrobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ mappingproxy_richcompare(PyObject *self, PyObject *w, int op)
12511251
return PyObject_RichCompare(v->mapping, w, op);
12521252
}
12531253
}
1254-
Py_RETURN_NOTIMPLEMENTED; // Defer to w's richcompare
1254+
Py_RETURN_NOTIMPLEMENTED; // Defer to w's richcompare
12551255
}
12561256

12571257
static int

0 commit comments

Comments
 (0)