Skip to content

Commit e9bc52e

Browse files
committed
[easy] missing Context
Pull Request resolved: #1452 this is to make it show up in docs. ghstack-source-id: 314896718 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/)!
1 parent 9a1cca3 commit e9bc52e

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
@@ -18,6 +18,7 @@
1818
as_endpoint,
1919
Channel,
2020
context,
21+
Context,
2122
current_actor_name,
2223
current_rank,
2324
current_size,
@@ -80,4 +81,5 @@
8081
"run_worker_loop_forever",
8182
"attach_to_workers",
8283
"enable_transport",
84+
"Context",
8385
]

0 commit comments

Comments
 (0)