Skip to content

Commit b324b0d

Browse files
authored
STYLE: Inconsistent namespace - base (pandas-dev#39992) (pandas-dev#40031)
Fix inconsistent namespace in apply directory.
1 parent 4502c2e commit b324b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/base/test_conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def test_array_multiindex_raises():
327327
),
328328
# GH#26406 tz is preserved in Categorical[dt64tz]
329329
(
330-
pd.Categorical(pd.date_range("2016-01-01", periods=2, tz="US/Pacific")),
330+
pd.Categorical(date_range("2016-01-01", periods=2, tz="US/Pacific")),
331331
np.array(
332332
[
333333
Timestamp("2016-01-01", tz="US/Pacific"),

0 commit comments

Comments
 (0)