Skip to content

Commit edee9dd

Browse files
committed
linting
1 parent d36dbf4 commit edee9dd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

google/cloud/bigquery/_job_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838
import copy
3939
import functools
40-
import os
4140
import uuid
4241
import textwrap
4342
from typing import Any, Dict, Optional, TYPE_CHECKING, Union

google/cloud/bigquery/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ class JobCreationMode(object):
419419
"""Job creation is always required."""
420420

421421
JOB_CREATION_OPTIONAL = "JOB_CREATION_OPTIONAL"
422-
"""Job creation is optional.
423-
422+
"""Job creation is optional.
423+
424424
Returning immediate results is prioritized.
425425
BigQuery will automatically determine if a Job needs to be created.
426426
The conditions under which BigQuery can decide to not create a Job are

0 commit comments

Comments
 (0)