Skip to content

CLN: Remove encoding specifier #32955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pandas/_libs/khash.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from cpython.object cimport PyObject
from numpy cimport int64_t, uint64_t, int32_t, uint32_t, float64_t

Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/missing.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from numpy cimport ndarray, uint8_t

cpdef bint checknull(object val)
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/c_timestamp.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from cpython.datetime cimport datetime

from numpy cimport int64_t
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/ccalendar.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from cython cimport Py_ssize_t

from numpy cimport int64_t, int32_t
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/conversion.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from cpython.datetime cimport datetime

from numpy cimport int64_t, int32_t
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/frequencies.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

cpdef str get_rule_month(object source, str default=*)

cpdef get_freq_code(freqstr)
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/nattype.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from cpython.datetime cimport datetime

from numpy cimport int64_t
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/np_datetime.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from cpython.datetime cimport date, datetime

from numpy cimport int64_t, int32_t
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/offsets.pxd
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# -*- coding: utf-8 -*-

cdef to_offset(object obj)
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/timedeltas.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from numpy cimport int64_t

# Exposed for tslib, not intended for outside use.
Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/timestamps.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from numpy cimport int64_t
from pandas._libs.tslibs.np_datetime cimport npy_datetimestruct

Expand Down
2 changes: 0 additions & 2 deletions pandas/_libs/tslibs/timezones.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

cpdef bint is_utc(object tz)
cdef bint is_tzlocal(object tz)

Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

import os
import warnings

Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_boxplot_method.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

import itertools
import string

Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_frame.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

""" Test cases for DataFrame.plot """

from datetime import date, datetime
Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_groupby.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

""" Test cases for GroupBy.plot """


Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_hist_method.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

""" Test cases for .hist method """

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_misc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

""" Test cases for misc plot functions """

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions pandas/tests/plotting/test_series.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

""" Test cases for Series.plot """


Expand Down