We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5dbf82 commit 4b536fdCopy full SHA for 4b536fd
2 files changed
packages/bigframes/bigframes/core/compile/ibis_compiler/scalar_op_registry.py
@@ -16,7 +16,7 @@
16
17
import functools
18
import typing
19
-from typing import cast, Any
+from typing import Any, cast
20
21
import bigframes_vendored.ibis.expr.api as ibis_api
22
import bigframes_vendored.ibis.expr.datatypes as ibis_dtypes
packages/bigframes/bigframes/functions/function.py
@@ -162,7 +162,7 @@ class Udf(Protocol):
162
"""
163
164
@property
165
- def udf_def(self) -> udf_def.BigqueryUdf: ... # noqa: E704
+ def udf_def(self) -> udf_def.BigqueryUdf: ...
166
167
168
class BigqueryCallableRoutine:
0 commit comments