Skip to content

Commit

Permalink
Update python/cudf/cudf/core/reshape.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann authored May 16, 2022
1 parent 6a441f4 commit 6d1f5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def concat(objs, axis=0, join="outer", ignore_index=False, sort=None):
axis=axis,
join=join,
ignore_index=ignore_index,
# Explicitly cast rather than relying on None being false.
# Explicitly cast rather than relying on None being falsy.
sort=bool(sort),
)
return result
Expand Down

0 comments on commit 6d1f5b8

Please sign in to comment.