Skip to content

Commit dbb3b58

Browse files
committed
travis fix?
1 parent 71ec3fc commit dbb3b58

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openml/datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .data_feature import OpenMLDataFeature
55

66
__all__ = ['check_datasets_active', 'get_dataset', 'get_datasets',
7-
'OpenMLDataset', 'list_datasets']
7+
'OpenMLDataset', 'OpenMLDataFeature', 'list_datasets']

openml/datasets/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import scipy.sparse
1111
import xmltodict
1212

13-
from ..datasets.data_feature import OpenMLDataFeature
13+
from .data_feature import OpenMLDataFeature
1414
from ..exceptions import PyOpenMLError
1515

1616
if sys.version_info[0] >= 3:

openml/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .preprocessing import ConditionalImputer
22

3-
__all__ = ['ConditionalImputer']
3+
__all__ = ['ConditionalImputer']

0 commit comments

Comments
 (0)