Skip to content

Commit 79a79e6

Browse files
committed
fix import
1 parent 57437bf commit 79a79e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/tools/test_join.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import pandas._join as _join
1313
import pandas.util.testing as tm
14-
from pandas.tools.tests.test_merge import get_test_data, N, NGROUPS
14+
from pandas.tests.tools.test_merge import get_test_data, N, NGROUPS
1515

1616

1717
a_ = np.array

0 commit comments

Comments
 (0)