diff --git a/patsy/test_highlevel.py b/patsy/test_highlevel.py index 2dc45fd..0d2fe80 100644 --- a/patsy/test_highlevel.py +++ b/patsy/test_highlevel.py @@ -777,5 +777,3 @@ def test_pickle_builder_roundtrips(): m2 = dmatrix(builder2, new_data) assert np.allclose(m1, m2) - - diff --git a/patsy/test_pickling.py b/patsy/test_pickling.py index 8f2cc9a..292f3c3 100644 --- a/patsy/test_pickling.py +++ b/patsy/test_pickling.py @@ -18,5 +18,3 @@ def test_unpickling_future_gives_sensible_error_msg(): if __name__ == "__main__": # TODO Save pickle. Make sure it's running from the right directory, so # the pickles are saved in the right place. - -