diff --git a/src/e3/python/pypi.py b/src/e3/python/pypi.py index 2cecf5ca..cb423f94 100644 --- a/src/e3/python/pypi.py +++ b/src/e3/python/pypi.py @@ -172,7 +172,7 @@ def requirements(self) -> set[Requirement]: return set() wheel_path = self.download() - return Wheel(path=wheel_path).requirements + return Wheel(path=wheel_path).requirements # type: ignore class Package: