mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: Add Python type annotations for the `caffe2.distributed.python` module. Test Plan: Will check sandcastle results. Reviewed By: jeffdunn Differential Revision: D22994012 fbshipit-source-id: 30565cc41dd05b5fbc639ae994dfe2ddd9e56cb1
3 lines
103 B
Python
3 lines
103 B
Python
class StoreHandlerNotAvailableException(Exception): ...
|
|
class StoreHandlerTimeoutError(Exception): ...
|