Skip to content

Commit

Permalink
Temp ignore mypy warning for Requirement type
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang committed Mar 20, 2024
1 parent d2b3ef1 commit 6d7b065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e3/python/pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d7b065

Please sign in to comment.