Skip to content

Commit bc2e377

Browse files
committed
fix typo
1 parent 8b0bd1e commit bc2e377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/sessions_and_io_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_sessions_and_io(project_id: str, dataset_id: str) -> None:
118118
# Returns a Pandas Series
119119
bf_s.to_pandas()
120120
# [END bigquery_dataframes_convert_bq_dataframe_to_pandas]
121-
assert bf_s.to_pandas is not None
121+
assert bf_s.to_pandas() is not None
122122

123123
# [START bigquery_dataframes_to_pandas_dry_run]
124124
import bigframes.pandas as bpd

0 commit comments

Comments
 (0)