Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Feb 7, 2022
1 parent 599253d commit a44b97f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cudf/cudf/testing/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ def assert_column_equal(
if not columns_equal:
ldata = str([val for val in left.to_pandas(nullable=True)])
rdata = str([val for val in right.to_pandas(nullable=True)])
msg1 = f"{ldata}"
msg2 = f"{rdata}"
try:
diff = 0
for i in range(left.size):
Expand Down

0 comments on commit a44b97f

Please sign in to comment.