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(