mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-22 05:14:59 +00:00
style: Remove trailing whitespace in badges.py
This commit is contained in:
parent
894f6b6d1d
commit
1304ca2425
1 changed files with 5 additions and 7 deletions
|
@ -160,9 +160,7 @@ def main():
|
||||||
default="paul-gauthier/aider",
|
default="paul-gauthier/aider",
|
||||||
help="GitHub repository (default: paul-gauthier/aider)",
|
help="GitHub repository (default: paul-gauthier/aider)",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument("--markdown", action="store_true", help="Generate markdown badges block")
|
||||||
"--markdown", action="store_true", help="Generate markdown badges block"
|
|
||||||
)
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# Get API key from args or environment variable (which may be loaded from .env)
|
# Get API key from args or environment variable (which may be loaded from .env)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue