From 81aa43096bb1f01ff847464f468f45fa014eab31 Mon Sep 17 00:00:00 2001 From: Alexander Fabisch Date: Sun, 6 Aug 2023 12:43:07 +0200 Subject: [PATCH] Add newline at end of file --- pytransform3d/rotations/_constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytransform3d/rotations/_constants.py b/pytransform3d/rotations/_constants.py index 7fbb092c9..dbab64a58 100644 --- a/pytransform3d/rotations/_constants.py +++ b/pytransform3d/rotations/_constants.py @@ -16,4 +16,5 @@ eps = 1e-7 -two_pi = 2.0 * np.pi \ No newline at end of file +two_pi = 2.0 * np.pi +