From d937de8dfbd6248c2e2237278095ce5d3f56ca36 Mon Sep 17 00:00:00 2001 From: Prathap P Date: Mon, 25 Nov 2024 21:32:50 +0530 Subject: [PATCH] Fix more linting issues --- sdk/python/tests/unit/infra/offline_stores/test_bigquery.py | 2 +- 1 file changed, 1 insertion(+), 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 cedff98bf64..d3cda08d644 100644 --- a/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py +++ b/sdk/python/tests/unit/infra/offline_stores/test_bigquery.py @@ -101,7 +101,7 @@ def test_project_id_exists(self): offline_store=BigQueryOfflineStoreConfig( type="bigquery", dataset="feast", - billing_project_id="test-billing-project" + billing_project_id="test-billing-project", ), ), full_feature_names=True,