Fix mypy issues in plugins and resolution (#5946)

* Fix mypy issues in plugins

* Fix mypy issues in resolution module

* fix misses in resolution check

* Fix signatures on evaluate methods

* nitpick fix suggestions
This commit is contained in:
Mike Degatano
2025-06-16 14:12:47 -04:00
committed by GitHub
parent 1fe6f8ad99
commit 0e8ace949a
50 changed files with 184 additions and 106 deletions

View File

@@ -209,7 +209,6 @@ async def test_load_error(
assert "Can't read resolve.tmpl" in caplog.text
assert "Can't read hosts.tmpl" in caplog.text
assert "Resolv template is missing" in caplog.text
assert coresys.core.healthy is True
caplog.clear()
@@ -218,7 +217,6 @@ async def test_load_error(
assert "Can't read resolve.tmpl" in caplog.text
assert "Can't read hosts.tmpl" in caplog.text
assert "Resolv template is missing" in caplog.text
assert coresys.core.healthy is False