Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jan 18, 2025
1 parent 0628185 commit 098362b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions narwhals/_dask/group_by.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def std(

try:
import dask.dataframe.dask_expr as dx
except ModuleNotFoundError:
import dask_expr as dx # pragma: no cover
except ModuleNotFoundError: # pragma: no cover
import dask_expr as dx

return partial(dx._groupby.GroupBy.std, ddof=ddof)

Expand Down

0 comments on commit 098362b

Please sign in to comment.