Skip to content

Commit

Permalink
Ignore get_default_shuffle_algorithm linting issue (#7506)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Jan 27, 2023
1 parent 89ae106 commit a70d790
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions distributed/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@
import dask.bag as db
from dask import delayed
from dask.optimization import SubgraphCallable
from dask.utils import (
get_default_shuffle_algorithm,
parse_timedelta,
stringify,
tmpfile,
)
from dask.utils import get_default_shuffle_algorithm # type: ignore
from dask.utils import parse_timedelta, stringify, tmpfile

from distributed import (
CancelledError,
Expand Down

0 comments on commit a70d790

Please sign in to comment.