Skip to content

Commit

Permalink
Rm unused concurrency arg in udf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Sep 21, 2024
1 parent f6f4e6f commit de9b638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daft/udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ def udf(
num_gpus: float | None = None,
memory_bytes: int | None = None,
batch_size: int | None = None,
_concurrency: int | None = None,
) -> Callable[[UserProvidedPythonFunction | type], StatelessUDF | StatefulUDF]:
"""Decorator to convert a Python function into a UDF
Expand Down

0 comments on commit de9b638

Please sign in to comment.