Skip to content

Commit a23f285

Browse files
1 parent 6f581f5 commit a23f285

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/unit/core/compile/sqlglot/test_compile_readlocal.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ def test_compile_readlocal_w_lists_df(
4545
compiler_session_w_repeated_types: bigframes.Session,
4646
snapshot,
4747
):
48-
bf_df = bpd.DataFrame(repeated_types_pandas_df, session=compiler_session_w_repeated_types)
48+
bf_df = bpd.DataFrame(
49+
repeated_types_pandas_df, session=compiler_session_w_repeated_types
50+
)
4951
snapshot.assert_match(bf_df.sql, "out.sql")
5052

5153

0 commit comments

Comments
 (0)