Skip to content

Commit 3c1a7cb

Browse files
author
Nico Cernek
committed
clean formatting
1 parent d328470 commit 3c1a7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/reshape/merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,6 +1303,7 @@ def _get_join_indexers(
13031303

13041304
# bind `sort` arg. of _factorize_keys
13051305
fkeys = partial(_factorize_keys, sort=sort)
1306+
13061307
# get left & right join labels and num. of levels at each location
13071308
mapped = (
13081309
_factorize_keys(left_keys[n], right_keys[n], sort=sort)

0 commit comments

Comments
 (0)