From 12bc8b99782313cd1ed7baedebbd981fd55eb887 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Fri, 2 Aug 2024 18:24:36 +0000 Subject: [PATCH] updates type hints, linting - redux --- sqlalchemy_bigquery/_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_bigquery/_helpers.py b/sqlalchemy_bigquery/_helpers.py index 4f291864..179ca773 100644 --- a/sqlalchemy_bigquery/_helpers.py +++ b/sqlalchemy_bigquery/_helpers.py @@ -45,7 +45,7 @@ def create_bigquery_client( default_query_job_config: Optional[google.cloud.bigquery.job.QueryJobConfig] = None, location: Optional[str] = None, project_id: Optional[str] = None, - user_agent: Optional[str] = None, + user_agent: Optional[google.api_core.client_info.ClientInfo] = None, ) -> google.cloud.bigquery.Client: """Construct a BigQuery client object.