Skip to content

Commit c87a388

Browse files
isort
1 parent c25ab5b commit c87a388

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pandas/_libs/khash.pyx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
from cpython.exc cimport (
2+
PyErr_Fetch,
3+
PyErr_Occurred,
4+
)
15
from cpython.object cimport PyObject
2-
from cpython.exc cimport PyErr_Occurred, PyErr_Fetch
36
from cpython.ref cimport Py_XDECREF
47

58

0 commit comments

Comments
 (0)