We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac1672 commit 6ac1dfeCopy full SHA for 6ac1dfe
2 files changed
openml/_api/setup/__init__.py
@@ -1,8 +1,9 @@
1
-from ._instance import _backend
2
from .backend import APIBackend
3
from .builder import APIBackendBuilder
4
from .config import APIConfig, Config, ConnectionConfig
5
+_backend = APIBackend.get_instance()
6
+
7
__all__ = [
8
"APIBackend",
9
"APIBackendBuilder",
openml/_api/setup/_instance.py
0 commit comments