Skip to content

Commit fe19d21

Browse files
colin2328meta-codesync[bot]
authored andcommitted
fix test_paft_manager (#1727)
Summary: Pull Request resolved: #1727 as title Reviewed By: samlurye Differential Revision: D85979450 fbshipit-source-id: 36fc58655063b13a3e6ec785f94bddc91aafb6f4
1 parent bb1eccb commit fe19d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/monarch/_src/actor/host_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from monarch._src.actor.shape import MeshTrait, NDSlice, Shape
2525
from monarch._src.actor.v1 import enabled as v1_enabled
2626
from monarch._src.actor.v1.host_mesh import (
27-
_bootstrap_cmd,
27+
_bootstrap_cmd, # noqa: F401
2828
create_local_host_mesh as create_local_host_mesh_v1,
2929
fake_in_process_host as fake_in_process_host_v1,
3030
host_mesh_from_alloc as host_mesh_from_alloc_v1,

0 commit comments

Comments
 (0)