Skip to content

Commit 44efe95

Browse files
anmyachevvnlitvinov
authored andcommitted
fix code style
1 parent d24e728 commit 44efe95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/_libs/tslibs/util.pxd

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ cdef extern from "Python.h":
2424
bint PyFloat_Check(object obj) nogil
2525
bint PyComplex_Check(object obj) nogil
2626
bint PyObject_TypeCheck(object obj, PyTypeObject* type) nogil
27-
bint PyBytes_AsStringAndSize(object obj, char** buf, Py_ssize_t* length) nogil
27+
bint PyBytes_AsStringAndSize(object obj, char** buf,
28+
Py_ssize_t* length) nogil
2829
char* PyUnicode_AsUTF8AndSize(object obj, Py_ssize_t* length) nogil
2930

3031
from numpy cimport int64_t
@@ -245,7 +246,7 @@ cdef inline bint get_string_data(object s, const char **buf,
245246
s : object
246247
buf : const char**
247248
length : Py_ssize_t*
248-
249+
249250
Returns
250251
-------
251252
bint

0 commit comments

Comments
 (0)