diff --git a/python/cudf/cudf_pandas_tests/test_cudf_pandas.py b/python/cudf/cudf_pandas_tests/test_cudf_pandas.py index f7ba6494d0a..f65b198b841 100644 --- a/python/cudf/cudf_pandas_tests/test_cudf_pandas.py +++ b/python/cudf/cudf_pandas_tests/test_cudf_pandas.py @@ -2072,4 +2072,5 @@ def test_pickle_round_trip_proxy_numpy_array(array): np.testing.assert_equal( pickle.load(pickled_proxy_arr), pickle.load(pickled_arr) - ) \ No newline at end of file + ) +