Skip to content

Commit

Permalink
Add ops to NVT import (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 5, 2023
1 parent 669dc50 commit 2ca6df0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvtabular/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
from merlin.core import dispatch, utils # noqa
from merlin.dag import ColumnSelector
from merlin.schema import ColumnSchema, Schema
from nvtabular import workflow # noqa
from nvtabular import _version
from nvtabular import _version, ops, workflow # noqa

# suppress some warnings with cudf warning about column ordering with dlpack
# and numba warning about deprecated environment variables
Expand Down

0 comments on commit 2ca6df0

Please sign in to comment.