]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop unused import
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 16 May 2021 00:25:40 +0000 (02:25 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 16 May 2021 00:25:40 +0000 (02:25 +0200)
psycopg3_c/psycopg3_c/types/numeric.pyx

index 211cf3cbc43242e3b0d94f068d5faf4ac92a7f7e..765582058a69e671233050e23fad4dfa56ecc1bc 100644 (file)
@@ -31,7 +31,6 @@ cdef extern from "Python.h":
     char *PyOS_double_to_string(
         double val, char format_code, int precision, int flags, int *ptype
     ) except NULL
-    int PyOS_snprintf(char *str, size_t size, const char *format, ...)
     int Py_DTSF_ADD_DOT_0
     long long PyLong_AsLongLongAndOverflow(object pylong, int *overflow) except? -1