We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57437bf commit 79a79e6Copy full SHA for 79a79e6
pandas/tests/tools/test_join.py
@@ -11,7 +11,7 @@
11
12
import pandas._join as _join
13
import pandas.util.testing as tm
14
-from pandas.tools.tests.test_merge import get_test_data, N, NGROUPS
+from pandas.tests.tools.test_merge import get_test_data, N, NGROUPS
15
16
17
a_ = np.array
0 commit comments