Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 525b8fd

Browse files
author
Jim Fulton
committed
blacken
1 parent ef2b323 commit 525b8fd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

google/cloud/bigquery/dbapi/_helpers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ def split_struct_fields(fields):
157157
yield field
158158

159159

160-
def complex_query_parameter_type(
161-
name: typing.Optional[str], type_: str, base: str
162-
):
160+
def complex_query_parameter_type(name: typing.Optional[str], type_: str, base: str):
163161
type_ = type_.strip()
164162
if "<" not in type_:
165163
# Scalar

0 commit comments

Comments
 (0)