Skip to content

Commit 976586b

Browse files
linted
1 parent 0e4f808 commit 976586b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/bigframes/bigframes/functions/_function_session.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ def _resolve_bigquery_client(
8181
if not bigquery_client:
8282
raise bf_formatting.create_exception_with_feedback_link(
8383
ValueError,
84-
"A bigquery client must be provided, either directly or via "
85-
"session.",
84+
"A bigquery client must be provided, either directly or via session.",
8685
)
8786
return bigquery_client
8887

packages/bigframes/bigframes/functions/function.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ def read_gbq_function(
160160
@runtime_checkable
161161
class Udf(Protocol):
162162
@property
163-
def udf_def(self) -> udf_def.BigqueryUdf:
164-
...
163+
def udf_def(self) -> udf_def.BigqueryUdf: ...
165164

166165

167166
class BigqueryCallableRoutine:

0 commit comments

Comments
 (0)