Skip to content

Commit

Permalink
clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed Jun 15, 2022
1 parent cacd7dc commit b09b1da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions distributed/tests/test_active_memory_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,20 @@

import pytest

from distributed import Event, Nanny, wait
from distributed import Event, Nanny, Scheduler, Worker, wait
from distributed.active_memory_manager import (
ActiveMemoryManagerExtension,
ActiveMemoryManagerPolicy,
RetireWorker,
)
from distributed.core import Status
from distributed.scheduler import Scheduler
from distributed.utils_test import (
assert_story,
captured_logger,
gen_cluster,
inc,
slowinc,
)
from distributed.worker import Worker

NO_AMM_START = {"distributed.scheduler.active-memory-manager.start": False}

Expand Down

0 comments on commit b09b1da

Please sign in to comment.