Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jun 12, 2024
1 parent 8d79f81 commit e76d84f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if TYPE_CHECKING:
from .config import Engine, StorageFormat

from ._version import get_versions
from . import _version


def custom_formatwarning(
Expand Down Expand Up @@ -64,5 +64,4 @@ def set_execution(
return old_engine, old_storage_format


__version__ = get_versions()["version"]
del get_versions
__version__ = _version.get_versions()["version"]

0 comments on commit e76d84f

Please sign in to comment.