Skip to content

Commit

Permalink
reorder more imports for non-dragon build
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Sep 25, 2024
1 parent 5461da3 commit 95c10b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/dragon/test_worker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

import pytest

from smartsim._core.mli.comm.channel.dragon_util import create_local

torch = pytest.importorskip("torch")
dragon = pytest.importorskip("dragon")

Expand All @@ -56,6 +54,7 @@
from dragon.data.ddict.ddict import DDict

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.worker_manager import (
EnvironmentConfigLoader,
WorkerManager,
Expand Down

0 comments on commit 95c10b3

Please sign in to comment.