Skip to content

Commit e1a67ab

Browse files
committed
small lint fix
1 parent 9165f62 commit e1a67ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ def create_job(
19741974
timeout: TimeoutType = DEFAULT_TIMEOUT,
19751975
) -> Union[job.LoadJob, job.CopyJob, job.ExtractJob, job.QueryJob]:
19761976
"""Create a new job.
1977-
1977+
19781978
Args:
19791979
job_config (dict): configuration job representation returned from the API.
19801980
retry (Optional[google.api_core.retry.Retry]): How to retry the RPC.

0 commit comments

Comments
 (0)