Skip to content

Commit

Permalink
move msg_pump out of utils
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyssaCote committed Oct 29, 2024
1 parent 4edb55f commit 7ea00ab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Empty file.
File renamed without changes.
8 changes: 3 additions & 5 deletions tests/dragon_wlm/test_request_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@
from smartsim._core.mli.comm.channel.dragon_channel import DragonCommChannel
from smartsim._core.mli.comm.channel.dragon_fli import DragonFLIChannel
from smartsim._core.mli.comm.channel.dragon_util import create_local
from smartsim._core.mli.infrastructure.control.dragon_utils.dragon_util import (
from smartsim._core.mli.infrastructure.control.dragon_util import (
function_as_dragon_proc,
)
from smartsim._core.mli.infrastructure.control.dragon_utils.msg_pump import (
mock_messages,
)
from smartsim._core.mli.infrastructure.control.request_dispatcher import (
RequestBatch,
RequestDispatcher,
Expand All @@ -78,7 +75,8 @@
from smartsim._core.mli.message_handler import MessageHandler
from smartsim.log import get_logger

from .utils.channel import FileSystemCommChannel
from .channel import FileSystemCommChannel
from .msg_pump import mock_messages

logger = get_logger(__name__)

Expand Down

0 comments on commit 7ea00ab

Please sign in to comment.