Skip to content

Commit 0cf3491

Browse files
authored
CLN: Remove encoding specifier (#32955)
1 parent 63c631f commit 0cf3491

19 files changed

+0
-37
lines changed

pandas/_libs/khash.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
from cpython.object cimport PyObject
32
from numpy cimport int64_t, uint64_t, int32_t, uint32_t, float64_t
43

pandas/_libs/missing.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from numpy cimport ndarray, uint8_t
42

53
cpdef bint checknull(object val)

pandas/_libs/tslibs/c_timestamp.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from cpython.datetime cimport datetime
42

53
from numpy cimport int64_t

pandas/_libs/tslibs/ccalendar.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from cython cimport Py_ssize_t
42

53
from numpy cimport int64_t, int32_t

pandas/_libs/tslibs/conversion.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from cpython.datetime cimport datetime
42

53
from numpy cimport int64_t, int32_t

pandas/_libs/tslibs/frequencies.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
cpdef str get_rule_month(object source, str default=*)
42

53
cpdef get_freq_code(freqstr)

pandas/_libs/tslibs/nattype.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from cpython.datetime cimport datetime
42

53
from numpy cimport int64_t

pandas/_libs/tslibs/np_datetime.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from cpython.datetime cimport date, datetime
42

53
from numpy cimport int64_t, int32_t

pandas/_libs/tslibs/offsets.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# -*- coding: utf-8 -*-
2-
31
cdef to_offset(object obj)

pandas/_libs/tslibs/timedeltas.pxd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from numpy cimport int64_t
42

53
# Exposed for tslib, not intended for outside use.

0 commit comments

Comments
 (0)