Skip to content

Commit

Permalink
remove __init__.py additions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Nov 27, 2024
1 parent 36f59f1 commit 0b63126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions python/cudf_polars/cudf_polars/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@
from __future__ import annotations

__all__: list[str] = []

from cudf_polars.experimental.parallel import _register

# Register multi-partition dispatch functions
_register()
5 changes: 4 additions & 1 deletion python/cudf_polars/cudf_polars/experimental/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ def _(
##


def _register():
def _register_other():
"""Register multi-partition dispatch functions."""
import cudf_polars.experimental.io # noqa: F401


_register_other()

0 comments on commit 0b63126

Please sign in to comment.