Skip to content

Commit 4b536fd

Browse files
committed
style: format codebase with ruff
1 parent a5dbf82 commit 4b536fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bigframes/bigframes/core/compile/ibis_compiler/scalar_op_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import functools
1818
import typing
19-
from typing import cast, Any
19+
from typing import Any, cast
2020

2121
import bigframes_vendored.ibis.expr.api as ibis_api
2222
import bigframes_vendored.ibis.expr.datatypes as ibis_dtypes

packages/bigframes/bigframes/functions/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class Udf(Protocol):
162162
"""
163163

164164
@property
165-
def udf_def(self) -> udf_def.BigqueryUdf: ... # noqa: E704
165+
def udf_def(self) -> udf_def.BigqueryUdf: ...
166166

167167

168168
class BigqueryCallableRoutine:

0 commit comments

Comments
 (0)