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 d2224c4 commit 9608c36Copy full SHA for 9608c36
1 file changed
openml/testing.py
@@ -289,15 +289,13 @@ class TestAPIBase(unittest.TestCase):
289
cache: HTTPCache
290
http_clients: dict[APIVersion, HTTPClient]
291
minio_client: MinIOClient
292
- current_api_version: APIVersion | None
293
294
def setUp(self) -> None:
295
config = openml._backend.get_config()
296
297
self.retries = config.connection.retries
298
self.retry_policy = config.connection.retry_policy
299
self.ttl = config.cache.ttl
300
- self.current_api_version = None
301
302
abspath_this_file = Path(inspect.getfile(self.__class__)).absolute()
303
self.cache_dir = abspath_this_file.parent.parent / "files"
0 commit comments