mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Apply linter formatting to commands.py
This commit is contained in:
parent
8b517cac62
commit
b3b8cb58da
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ class Commands:
|
||||||
else:
|
else:
|
||||||
self.io.tool_output("No repository map available.")
|
self.io.tool_output("No repository map available.")
|
||||||
|
|
||||||
|
|
||||||
def expand_subdir(file_path):
|
def expand_subdir(file_path):
|
||||||
file_path = Path(file_path)
|
file_path = Path(file_path)
|
||||||
if file_path.is_file():
|
if file_path.is_file():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue