Skip to content

Commit

Permalink
chore: fix impala test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 11, 2024
1 parent 57be31a commit 2a064c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibis/backends/impala/tests/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import ibis.expr.types as ir
from ibis import util
from ibis.backends.impala import ddl
from ibis.common.annotations import ValidationError
from ibis.common.grounds import ValidationError
from ibis.expr import rules

pytest.importorskip("impala")
Expand Down
2 changes: 1 addition & 1 deletion ibis/backends/impala/tests/test_unary_builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ibis
import ibis.expr.types as ir
from ibis.backends.impala.tests.conftest import translate
from ibis.common.annotations import ValidationError
from ibis.common.grounds import ValidationError


@pytest.fixture(scope="module")
Expand Down

0 comments on commit 2a064c6

Please sign in to comment.