Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatajagannath committed Sep 25, 2024
1 parent f60c185 commit a8629e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray_provider/decorators/ray.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class _RayDecoratedOperator(DecoratedOperator, SubmitRayJob):

template_fields: Any = (*SubmitRayJob.template_fields, "op_args", "op_kwargs")

def __init__(self, config: dict[str, Any] | Callable[[Context], dict[str, Any]], **kwargs: Any) -> None:
def __init__(self, config: dict[str, Any] | Callable[..., dict[str, Any]], **kwargs: Any) -> None:

self.config = config
self.kwargs = kwargs
Expand Down

0 comments on commit a8629e6

Please sign in to comment.