pytorch/caffe2/distributed/python.pyi
Adam Simpkins 02f58bdbd7 [caffe2] add type annotations for caffe2.distributed.python
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
2020-08-07 13:12:53 -07:00

3 lines
103 B
Python

class StoreHandlerNotAvailableException(Exception): ...
class StoreHandlerTimeoutError(Exception): ...