Skip to content

Commit 1040b40

Browse files
Remove trailing whitespace
1 parent a37e394 commit 1040b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4435,7 +4435,7 @@ def join(
44354435
Pandas4Warning,
44364436
stacklevel=find_stack_level()
44374437
)
4438-
4438+
44394439
other = ensure_index(other)
44404440
sort = sort or how == "outer"
44414441

0 commit comments

Comments
 (0)