Skip to content

Commit

Permalink
Import cleanup fixture in test_dask_cuda_worker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed May 31, 2022
1 parent 99add03 commit daf32be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dask_cuda/tests/test_dask_cuda_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

from distributed import Client, wait
from distributed.system import MEMORY_LIMIT
from distributed.utils_test import loop # noqa: F401
from distributed.utils_test import popen
from distributed.utils_test import cleanup, loop, popen # noqa: F401

from dask_cuda.utils import (
get_gpu_count_mig,
Expand Down

0 comments on commit daf32be

Please sign in to comment.