From 354e07996df9a8d63c63a0bd8ed51ab3fc27d5a9 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 26 Jul 2024 14:40:47 +0100 Subject: [PATCH] formatting --- soliket/clusters/clusters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soliket/clusters/clusters.py b/soliket/clusters/clusters.py index ea001b49..d57dce14 100644 --- a/soliket/clusters/clusters.py +++ b/soliket/clusters/clusters.py @@ -59,8 +59,8 @@ def initialize(self): try: import pyccl as ccl except ImportError: - raise LoggedError(self.log, - "Could not import ccl. Install pyccl to use ClusterLikelihood.") + raise LoggedError(self.log, "Could not import ccl. " + "Install pyccl to use ClusterLikelihood.") else: self.ccl = ccl super().initialize()