Skip to content

Commit

Permalink
updates type hints, linting - redux
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Aug 2, 2024
1 parent b741067 commit 12bc8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_bigquery/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 12bc8b9

Please sign in to comment.