diff --git a/narwhals/_dask/expr.py b/narwhals/_dask/expr.py index c9f8c26115..40e7eff9cb 100644 --- a/narwhals/_dask/expr.py +++ b/narwhals/_dask/expr.py @@ -413,7 +413,7 @@ def is_between( self, lower_bound: Self | Any, upper_bound: Self | Any, - closed: Literal["left", "right", "none", "both"] = "both", + closed: Literal["left", "right", "none", "both"], ) -> Self: closed_ = "neither" if closed == "none" else closed return self._from_call(