Skip to content

Commit ae221f3

Browse files
drop needless partial decorator
1 parent 4fedd8d commit ae221f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/bigframes/bigframes/functions/function.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import bigframes.series
2323

2424
import dataclasses
25-
import functools
2625

2726
import google.api_core.exceptions
2827
from google.cloud import bigquery
@@ -243,7 +242,6 @@ class UdfRoutine:
243242
# And this ref will be replaced with requirements rather to support lazy creation
244243
_udf_def: udf_def.BigqueryUdf
245244

246-
@functools.partial
247245
def __call__(self, *args, **kwargs):
248246
return self.func(*args, **kwargs)
249247

0 commit comments

Comments
 (0)