Skip to content

Commit 272b710

Browse files
committed
chore: fixed http test import error
Signed-off-by: rohansen856 <rohansen856@gmail.com>
1 parent f96a34c commit 272b710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
from urllib.parse import urljoin
88
from openml.enums import APIVersion
9-
from openml._api import HTTPClient
9+
from openml._api.clients import HTTPClient
1010

1111

1212
class TestHTTPClient(TestAPIBase):

0 commit comments

Comments
 (0)