Skip to content

Commit eb71f75

Browse files
committed
BUG: PEP8 (pandas-dev#34074)
1 parent 05b0e4c commit eb71f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/multi/test_join.py

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

107+
107108
def test_join_multi_return_indexers():
108109
# GH 34074
109110

110-
111111
midx1 = pd.MultiIndex.from_product([[1, 2], [3, 4], [5, 6]], names=["a", "b", "c"])
112112
midx2 = pd.MultiIndex.from_product([[1, 2], [3, 4]], names=["a", "b"])
113113

0 commit comments

Comments
 (0)