Skip to content

Commit 3f6d119

Browse files
author
Nico Cernek
committed
clean formatting
1 parent 0ad9884 commit 3f6d119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/reshape/merge.py

+1
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,7 @@ def _get_join_indexers(left_keys, right_keys, sort=False, how="inner", **kwargs)
12821282

12831283
# bind `sort` arg. of _factorize_keys
12841284
fkeys = partial(_factorize_keys, sort=sort)
1285+
12851286
# get left & right join labels and num. of levels at each location
12861287
llab, rlab, shape = map(list, zip(*map(fkeys, left_keys, right_keys)))
12871288

0 commit comments

Comments
 (0)