From b3b8cb58da5d9d2bc53e0ca7637a181a9529c5e1 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 08:07:26 -0300 Subject: [PATCH] style: Apply linter formatting to commands.py --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index 7c2845f1e..ab788153d 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -942,6 +942,7 @@ class Commands: else: self.io.tool_output("No repository map available.") + def expand_subdir(file_path): file_path = Path(file_path) if file_path.is_file():