Skip to content

Commit a594984

Browse files
committed
[easy] missing Context
Pull Request resolved: #1452 this is to make it show up in docs. Differential Revision: [D84080808](https://our.internmc.facebook.com/intern/diff/D84080808/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D84080808/)! ghstack-source-id: 314622718
1 parent 2c2d7d0 commit a594984

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/monarch/actor/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
as_endpoint,
1818
Channel,
1919
context,
20+
Context,
2021
current_actor_name,
2122
current_rank,
2223
current_size,
@@ -77,4 +78,5 @@
7778
"Extent",
7879
"run_worker_loop_forever",
7980
"attach_to_workers",
81+
"Context",
8082
]

0 commit comments

Comments
 (0)