Skip to content

Commit

Permalink
fix: update ibis 7.1 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-twhite authored and gforsyth committed Nov 29, 2023
1 parent f8d1cc0 commit b44c6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibisml/steps/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import ibis.expr.datatypes as dt
import ibis.expr.types as ir
from ibis.expr.deferred import Deferred
from ibis.common.deferred import Deferred

import ibisml as ml
from ibisml.core import Metadata, Step, Transform
Expand Down
2 changes: 1 addition & 1 deletion ibisml/transforms/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import ibis.expr.types as ir
import ibis.expr.datatypes as dt
from ibis.expr.deferred import Deferred
from ibis.common.deferred import Deferred


class Drop(Transform):
Expand Down

0 comments on commit b44c6f5

Please sign in to comment.