Skip to content

Commit 818ae0a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6c8efd7 commit 818ae0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/algorithms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4742,3 +4742,4 @@ pyensmallen_experimental).
47424742
:filter: docname in docnames
47434743
:style: unsrt
47444744
```
4745+
````

src/optimagic/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _is_installed(module_name: str) -> bool:
3939
IS_IMINUIT_INSTALLED = _is_installed("iminuit")
4040
IS_NEVERGRAD_INSTALLED = _is_installed("nevergrad")
4141
IS_BAYESOPT_INSTALLED = _is_installed("bayes_opt")
42-
IS_PYENSMALLEN_INSTALLED= _is_installed("pyensmallen")
42+
IS_PYENSMALLEN_INSTALLED = _is_installed("pyensmallen")
4343

4444

4545
# ======================================================================================

0 commit comments

Comments
 (0)