We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fedd8d commit ae221f3Copy full SHA for ae221f3
packages/bigframes/bigframes/functions/function.py
@@ -22,7 +22,6 @@
22
import bigframes.series
23
24
import dataclasses
25
-import functools
26
27
import google.api_core.exceptions
28
from google.cloud import bigquery
@@ -243,7 +242,6 @@ class UdfRoutine:
243
242
# And this ref will be replaced with requirements rather to support lazy creation
244
_udf_def: udf_def.BigqueryUdf
245
246
- @functools.partial
247
def __call__(self, *args, **kwargs):
248
return self.func(*args, **kwargs)
249
0 commit comments