style: Apply linter formatting to commands.py

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 08:07:26 -03:00
parent 8b517cac62
commit b3b8cb58da

View file

@ -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():