massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / exceptions / http / timeout_error.pyi
1 from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
2
3 class TimeoutError(UnexpectedError): ...
4 class ConnectTimeoutError(TimeoutError): ...
5 class ReadTimeoutError(TimeoutError): ...