Skip to content

Commit cb23817

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1476957 commit cb23817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/reshape/merge.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -3070,8 +3070,7 @@ def renamer(x, suffix: str | None):
30703070
dups.update(rlabels.intersection(left.difference(to_rename)))
30713071
if dups:
30723072
raise MergeError(
3073-
f"Passing 'suffixes' which cause duplicate columns {dups} is "
3074-
f"not allowed.",
3073+
f"Passing 'suffixes' which cause duplicate columns {dups} is not allowed.",
30753074
)
30763075

30773076
return llabels, rlabels

0 commit comments

Comments
 (0)