Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9acd05e

Browse files
committed
fix: fix testcase import
1 parent 445ef9f commit 9acd05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/small/test_dataframe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6304,9 +6304,9 @@ def test_empty_agg_projection_succeeds():
63046304
import importlib
63056305

63066306
bq = importlib.import_module(
6307-
"third_party.bigframes_vendored.ibis.backends.sql.compilers.bigquery"
6307+
"bigframes_vendored.ibis.backends.sql.compilers.bigquery"
63086308
)
6309-
sg = importlib.import_module("third_party.bigframes_vendored.sqlglot")
6309+
sg = importlib.import_module("bigframes_vendored.sqlglot")
63106310

63116311
compiler = bq.BigQueryCompiler()
63126312
res = compiler.visit_Aggregate(

0 commit comments

Comments
 (0)