client/common: remove PyErr_Format (dup)

This commit is contained in:
Oleksii Shevchuk 2020-02-19 15:57:09 +02:00
parent 859f8d1363
commit 6b9eb1883e
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ int, PyString_AsStringAndSize, (PyObject *, char **, Py_ssize_t *)
const char *, PyString_AsString, (PyObject *)
int, PyArg_ParseTuple, (PyObject *, const char *, ...)
int, PyArg_ParseTupleAndKeywords, (PyObject *args, PyObject *kw, const char *format, const char * const *keywords, ...)
PyObject *, PyErr_Format, (PyObject *, const char *, ...)
PyObject *, PyImport_ImportModule, (const char *)
PyObject *, PyInt_FromLong, (long)
long, PyInt_AsLong, (PyObject *)