Skip to content

Commit 3731243

Browse files
committed
Fix lint + doc
1 parent 3c6b658 commit 3731243

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -j auto
5+
# SPHINXOPTS = -j auto
6+
SPHINXOPTS =
67
SPHINXBUILD ?= sphinx-build
78
PAPER =
89
BUILDDIR = _build

skopt/space/space.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import yaml
77
from scipy.stats.distributions import randint, rv_discrete, uniform
88
from sklearn.utils import check_random_state
9+
910
try:
1011
# Syntax from sklearn 1.5.0 onwards
1112
from sklearn.utils._optional_dependencies import check_pandas_support

0 commit comments

Comments
 (0)