From 01d7c508d9abe05f338a6a89432eed1d3c256b10 Mon Sep 17 00:00:00 2001 From: Jonathan Lucas Date: Sun, 18 Aug 2024 18:51:56 -0500 Subject: [PATCH] whitespace fix --- tools/github_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/github_tool.py b/tools/github_tool.py index 8ec83d7..65da6e3 100644 --- a/tools/github_tool.py +++ b/tools/github_tool.py @@ -356,7 +356,7 @@ class GitHubTool(BaseTool): self.logger.error(error_message) return error_message - @metrics.measure + @metrics.measure def _read_file(self, path): self.logger.info(f"Reading file: {path} from branch: {self.current_branch}") url = f"{self.base_url}/repos/{self.repo}/contents/{path}"