Skip to content

Commit

Permalink
classy: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusTorrado committed Mar 3, 2025
1 parent cac4ebf commit 1a3c822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobaya/theories/classy/classy.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def initialize(self):
min_version=min_version, get_import_path=self.get_import_path,
logger=self.log, not_installed_level="debug")
# Regression introduced by CLASS v3.3 -- Deprecate CLASS <v3.3 eventually
except (VersionCheckError,ComponentNotInstalledError) as ni_internal_excpt:
except (VersionCheckError, ComponentNotInstalledError) as ni_internal_excpt:
try:
self.classy_module = load_external_module(
"classy", path=self.path, install_path=install_path,
Expand Down

0 comments on commit 1a3c822

Please sign in to comment.