From 30c7647a95e3fb05d487be3ce739b10b9053fec9 Mon Sep 17 00:00:00 2001 From: Prathap P Date: Thu, 24 Oct 2024 14:04:15 +0530 Subject: [PATCH] fix linting issues --- sdk/python/tests/unit/infra/offline_stores/test_bigquery.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py b/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py index 0571e935671..cedff98bf64 100644 --- a/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py +++ b/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py @@ -106,4 +106,5 @@ def test_project_id_exists(self): ), full_feature_names=True, on_demand_feature_views=[], - ) \ No newline at end of file + ) + retrieval_job.to_df()