Skip to content

Commit 1d68b23

Browse files
committed
add missing tm from manual rebase
1 parent 8fac33b commit 1d68b23

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pandas/tests/indexes/period/test_construction.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
import pandas as pd
55
import pandas.core.indexes.period as period
6-
from pandas.compat import lrange, PY3, text_type, lmap
7-
from pandas import (Period, PeriodIndex, period_range, offsets, date_range,
8-
Series, Index)
6+
import pandas.util.testing as tm
7+
from pandas import (
8+
Index, Period, PeriodIndex, Series, date_range, offsets, period_range
9+
)
10+
from pandas.compat import PY3, lmap, lrange, text_type
911
from pandas.core.dtypes.dtypes import PeriodDtype
1012

1113

0 commit comments

Comments
 (0)