Skip to content
Snippets Groups Projects

add documentation

Merged Joseph Weston requested to merge doc into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -16,7 +16,7 @@ with suppress(ImportError):
# Only available if 'scikit-optimize' is installed
from .learner import SKOptLearner
from .runner import Runner, BlockingRunner
from .runner import Runner, AsyncRunner, BlockingRunner
from . import version
__version__ = version.version
Loading