Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jul 26, 2024
1 parent 0935b0c commit 354e079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soliket/clusters/clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 354e079

Please sign in to comment.