Skip to content

Commit 9608c36

Browse files
committed
remove unused current_api_version from TestAPIBase
1 parent d2224c4 commit 9608c36

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

openml/testing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,13 @@ class TestAPIBase(unittest.TestCase):
289289
cache: HTTPCache
290290
http_clients: dict[APIVersion, HTTPClient]
291291
minio_client: MinIOClient
292-
current_api_version: APIVersion | None
293292

294293
def setUp(self) -> None:
295294
config = openml._backend.get_config()
296295

297296
self.retries = config.connection.retries
298297
self.retry_policy = config.connection.retry_policy
299298
self.ttl = config.cache.ttl
300-
self.current_api_version = None
301299

302300
abspath_this_file = Path(inspect.getfile(self.__class__)).absolute()
303301
self.cache_dir = abspath_this_file.parent.parent / "files"

0 commit comments

Comments
 (0)