Fix mypy error for pkg_resources import (#8537)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Robert Brennan
2025-05-16 10:06:41 -04:00
committed by GitHub
parent b8d3027cfe
commit f3f038bb60
3 changed files with 19 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ ruff = "0.11.10"
mypy = "1.15.0"
pre-commit = "4.2.0"
build = "*"
types-setuptools = "*"
[tool.poetry.group.test.dependencies]
pytest = "*"