Fix dataframe test linting and test. (#1629)

This commit is contained in:
Robert Nishihara
2018-02-28 15:21:49 -08:00
committed by Philipp Moritz
parent 0fcceef772
commit 1222d09224
@@ -7,8 +7,6 @@ import numpy as np
import pandas as pd
import ray.dataframe as rdf
ray.init()
@pytest.fixture
def ray_df_equals_pandas(ray_df, pandas_df):