Skip to content

Commit

Permalink
STYLE: Inconsistent namespace - base (pandas-dev#39992)
Browse files Browse the repository at this point in the history
Fix inconsistent namespace in apply directory.
  • Loading branch information
punitvara committed Feb 24, 2021
1 parent dec7d21 commit 8fefd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/base/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_array_multiindex_raises():
),
# GH#26406 tz is preserved in Categorical[dt64tz]
(
pd.Categorical(pd.date_range("2016-01-01", periods=2, tz="US/Pacific")),
pd.Categorical(date_range("2016-01-01", periods=2, tz="US/Pacific")),
np.array(
[
Timestamp("2016-01-01", tz="US/Pacific"),
Expand Down

0 comments on commit 8fefd3c

Please sign in to comment.