Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Oct 17, 2024
1 parent 7bf60d2 commit f60708f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_expr/_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ def _divisions(self):
meta_index_names = set(self._meta.index.names)
if (
self.broadcast_side == "left"
and self.right_index
and set(self.right._meta.index.names) == meta_index_names
):
if self.right_index:
Expand Down

0 comments on commit f60708f

Please sign in to comment.