Skip to content

Commit

Permalink
Remove stray whitespace and indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrish42 committed Jun 3, 2016
1 parent d5ed045 commit d431764
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions patsy/test_highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,5 +777,3 @@ def test_pickle_builder_roundtrips():
m2 = dmatrix(builder2, new_data)

assert np.allclose(m1, m2)


2 changes: 0 additions & 2 deletions patsy/test_pickling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit d431764

Please sign in to comment.