Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Mar 15, 2021
1 parent 63da3bf commit 981457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_binops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ def set_null_cases(column_l, column_r, case):
return column_l, column_r

null_cases = ["neither", "left", "right", "both"]
data = [1,2,3]
data = [1, 2, 3]

results = []
# TODO: Numeric types can be cross compared as null equal
Expand Down

0 comments on commit 981457d

Please sign in to comment.