Skip to content

Commit ea713bf

Browse files
chore: Move polars_session.py to bigframes/testing module (#1760)
1 parent 1cf9f5e commit ea713bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/unit/test_local_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# All tests in this file require polars to be installed to pass.
2828
@pytest.fixture(scope="module")
2929
def polars_session():
30-
from . import polars_session
30+
from bigframes.testing import polars_session
3131

3232
return polars_session.TestSession()
3333

0 commit comments

Comments
 (0)