Skip to content

Commit

Permalink
fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankanand007 committed Dec 6, 2021
1 parent cfbcbd0 commit 2c35902
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions python/cudf/cudf/tests/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,16 +1352,7 @@ def test_nullable_bool_dtype_series(data, bool_dtype):
"data",
[
[0, 1, 2, 3],
[
"abc",
"a",
None,
"hello world",
"foo buzz",
"",
None,
"rapids ai",
],
["abc", "a", None, "hello world", "foo buzz", "", None, "rapids ai"],
],
)
def test_series_transpose(data):
Expand Down

0 comments on commit 2c35902

Please sign in to comment.