Skip to content

__version__ is imported with from openml import * #871

@PGijsbers

Description

@PGijsbers

Not that you should ever really want to use import *, but '__version__' is listed in openml\__init__.py:__all__ which means it gets imported:

>>> from openml import *
>>> __version__
'0.9.0'

This is generally not done, so we might remove '__version__' from our __all__ list.

Metadata

Metadata

Assignees

Labels

Good First IssueIssues suitable for people new to contributing to openml-python!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions