Skip to content

Commit 844592f

Browse files
committed
Make type hints match outer
1 parent f6dccad commit 844592f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/user_defined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _function(
249249
)
250250

251251
def _decorator(
252-
input_fields: list[pa.DataType],
252+
input_fields: Sequence[pa.DataType | pa.Field] | pa.DataType | pa.Field,
253253
return_field: _R,
254254
volatility: Volatility | str,
255255
name: str | None = None,

0 commit comments

Comments
 (0)