Skip to content

Commit ec7c1ba

Browse files
add import compat
1 parent 6a643ec commit ec7c1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pandas/tests/test_strings.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from pandas import DataFrame, Index, MultiIndex, Series, concat, isna, notna
1313
import pandas.core.strings as strings
1414
import pandas.util.testing as tm
15+
import pandas.compat as compat
1516
from pandas.util.testing import assert_index_equal, assert_series_equal
1617

1718

0 commit comments

Comments
 (0)