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
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/timeout_error.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/exceptions/http/timeout_error.pyi
new file mode 100644 (file)
index 0000000..b00dbb6
--- /dev/null
@@ -0,0 +1,5 @@
+from braintree.exceptions.unexpected_error import UnexpectedError as UnexpectedError
+
+class TimeoutError(UnexpectedError): ...
+class ConnectTimeoutError(TimeoutError): ...
+class ReadTimeoutError(TimeoutError): ...