Skip to content

Commit 82017f1

Browse files
committed
slight change in test imports
1 parent e2fd907 commit 82017f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/core/sparse/test_frame.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
is_float)
1717
from pandas.tseries.index import DatetimeIndex
1818
from pandas.tseries.offsets import BDay
19-
import pandas.util.testing as tm
19+
from pandas.util import testing as tm
2020
from pandas.compat import lrange
2121
from pandas import compat
22-
import pandas.core.sparse.frame as spf
22+
from pandas.core.sparse import frame as spf
2323

2424
from pandas.core.sparse.libsparse import BlockIndex, IntIndex
2525
from pandas.core.sparse.api import SparseSeries, SparseDataFrame, SparseArray

0 commit comments

Comments
 (0)