mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: fix linting issues and whitespace in args.py
This commit is contained in:
parent
93c9bdcec7
commit
260806053b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from aider.args_formatter import (
|
||||||
|
|
||||||
from .dump import dump # noqa: F401
|
from .dump import dump # noqa: F401
|
||||||
|
|
||||||
|
|
||||||
def default_env_file(git_root):
|
def default_env_file(git_root):
|
||||||
return os.path.join(git_root, ".env") if git_root else ".env"
|
return os.path.join(git_root, ".env") if git_root else ".env"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue