Skip to content

Commit 05b0e4c

Browse files
committed
BUG: (pandas-dev#34074) PEP8 in tests
1 parent 0f23fe6 commit 05b0e4c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/tests/indexes/multi/test_join.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,10 @@ def test_join_multi_wrong_order():
104104
assert lidx is None
105105
tm.assert_numpy_array_equal(ridx, exp_ridx)
106106

107-
<<<<<<< HEAD
108-
109-
=======
110-
>>>>>>> BUG: (#34074) Added test and documentation
111107
def test_join_multi_return_indexers():
112108
# GH 34074
113109

110+
114111
midx1 = pd.MultiIndex.from_product([[1, 2], [3, 4], [5, 6]], names=["a", "b", "c"])
115112
midx2 = pd.MultiIndex.from_product([[1, 2], [3, 4]], names=["a", "b"])
116113

0 commit comments

Comments
 (0)