mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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
2 lines
103 B
Python
2 lines
103 B
Python
class StoreHandlerNotAvailableException(Exception): ...
|
|
class StoreHandlerTimeoutError(Exception): ...
|