massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / httplib2 / httplib2 / certs.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/httplib2/httplib2/certs.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/httplib2/httplib2/certs.pyi
new file mode 100644 (file)
index 0000000..c0a5ce2
--- /dev/null
@@ -0,0 +1,9 @@
+from typing import Any
+
+certifi_available: bool
+certifi_where: Any
+custom_ca_locater_available: bool
+custom_ca_locater_where: Any
+BUILTIN_CA_CERTS: Any
+
+def where(): ...