From dc6d1ff8d3cd6b7605c6c076a12b0d3e4eb15ca1 Mon Sep 17 00:00:00 2001 From: MinJune Kim Date: Thu, 16 Aug 2018 02:40:45 +0900 Subject: [PATCH] Re-add .resolve() method to package_resources.Entrypoint (#2385) Fixes #1463 --- third_party/3/pkg_resources.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/3/pkg_resources.pyi b/third_party/3/pkg_resources.pyi index ae50678f9..6cd98fe6c 100644 --- a/third_party/3/pkg_resources.pyi +++ b/third_party/3/pkg_resources.pyi @@ -132,6 +132,7 @@ class EntryPoint: installer: Optional[_InstallerType] = ...) -> Any: ... def require(self, env: Optional[Environment] = ..., installer: Optional[_InstallerType] = ...) -> None: ... + def resolve(self) -> Any: ... def find_distributions(