Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Sep 10, 2024
1 parent 30be418 commit 88435c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cudf/cudf/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4088,7 +4088,9 @@ def test_parquet_reader_mismatched_nullability():

df2 = cudf.DataFrame(
{
"timedelta": cudf.Series([None, None, None], dtype="timedelta64[ms]"),
"timedelta": cudf.Series(
[None, None, None], dtype="timedelta64[ms]"
),
"duration_list": list(
[
[
Expand Down

0 comments on commit 88435c4

Please sign in to comment.