Skip to content

Commit 4f5f0c0

Browse files
committed
Don't print <Shared ...> for a proc mesh
Pull Request resolved: #1726 bit rotted over time, I think.... Differential Revision: [D85977155](https://our.internmc.facebook.com/intern/diff/D85977155/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D85977155/)! ghstack-source-id: 320493873
1 parent f40f6db commit 4f5f0c0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

python/monarch/_src/actor/v1/proc_mesh.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,12 +283,6 @@ async def task(
283283

284284
return pm
285285

286-
def __repr__(self) -> str:
287-
return repr(self._proc_mesh)
288-
289-
def __str__(self) -> str:
290-
return str(self._proc_mesh)
291-
292286
def _spawn_nonblocking(
293287
self, name: str, Class: Type[TActor], *args: Any, **kwargs: Any
294288
) -> TActor:

0 commit comments

Comments
 (0)