From e514a8b7089ec0a7cfc87027486bddbde0bceab4 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Mon, 16 Nov 2020 13:34:43 -0600 Subject: [PATCH] Remove extra blank line --- bilby/core/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bilby/core/utils.py b/bilby/core/utils.py index e83a0a724..8fc3431ed 100644 --- a/bilby/core/utils.py +++ b/bilby/core/utils.py @@ -508,7 +508,6 @@ def get_version_information(): print("No version information file '.version' found") - def spherical_to_cartesian(radius, theta, phi): """ Convert from spherical coordinates to cartesian. -- GitLab