Skip to content

Commit

Permalink
Update google/cloud/bigquery/_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Suzy Mueller <suzmue@google.com>
  • Loading branch information
chalmerlowe and suzmue authored Oct 14, 2024
1 parent 4f117a7 commit defa38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ def _verify_job_config_type(job_config, expected_type, param_name="job_config"):

def _isinstance_or_raise(
value: Any,
dtype: Union[Type, Tuple[Type, ...], None],
dtype: Union[Type, Tuple[Type, ...]],
none_allowed: Optional[bool] = False,
) -> Any:
"""Determine whether a value type matches a given datatype or None.
Expand Down

0 comments on commit defa38c

Please sign in to comment.