From 66c3945ca4c9354fd81d420b9120209ce8141ee2 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 3 Nov 2019 09:26:43 -0800 Subject: [PATCH] Remove certifi.old_where (#3436) The function was removed from the API in commit (Nov 26, 2018): https://github.com/certifi/python-certifi/commit/a462d21c3f491635ed11a6aaa4e2022d1ca4cace --- third_party/2and3/certifi.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/2and3/certifi.pyi b/third_party/2and3/certifi.pyi index c809e6d49..b4b5ba7d1 100644 --- a/third_party/2and3/certifi.pyi +++ b/third_party/2and3/certifi.pyi @@ -1,2 +1 @@ def where() -> str: ... -def old_where() -> str: ...