Update return type

This commit is contained in:
Brandon Hancock
2024-10-23 10:59:17 -04:00
parent 3c8cb85781
commit 60785e8543

View File

@@ -419,7 +419,7 @@ class Agent(BaseAgent):
return "\n".join(tool_strings)
def _validate_docker_installation(self):
def _validate_docker_installation(self) -> None:
"""Check if Docker is installed and running."""
if not shutil.which("docker"):
raise RuntimeError(