Skip to content

Commit defbcc0

Browse files
committed
run pre-commit
1 parent 232f97a commit defbcc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/_libs/internals.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ from pandas._libs.util cimport (
2929
include "free_threading_config.pxi"
3030

3131
IF CYTHON_COMPATIBLE_WITH_FREE_THREADING:
32-
from cpython.weakref cimport PyWeakref_GetRef
3332
from cpython.ref cimport Py_DECREF
33+
from cpython.weakref cimport PyWeakref_GetRef
3434
ELSE:
3535
from cpython.weakref cimport PyWeakref_GetObject
3636

pandas/_libs/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ _free_threading_config = configure_file(
5454
input: 'free_threading_config.pxi.in',
5555
output: 'free_threading_config.pxi',
5656
configuration: cdata,
57-
install: false
57+
install: false,
5858
)
5959

6060
subdir('tslibs')

0 commit comments

Comments
 (0)