Remove extra empty line

This commit is contained in:
Johannes Schönberger
2016-06-05 08:17:01 +02:00
parent 46181fc415
commit f01fbdb4df
@@ -93,7 +93,6 @@ def test_euclidean_init():
assert_almost_equal(tform.rotation, rotation)
assert_almost_equal(tform.translation, translation)
# test special case for scale if rotation=90deg
rotation = np.pi / 2
translation = (1, 1)