fix: Correct docstring formatting and remove extraneous code block

This commit is contained in:
Jon Michael Aanes (aider) 2025-04-14 14:18:47 +02:00
parent 7c5e4ead6c
commit d147adf955

View File

@ -64,7 +64,6 @@ solve_issue_in_repository(
The tool uses environment variables for sensitive information: The tool uses environment variables for sensitive information:
- `GITEA_TOKEN`: Your Gitea API token - `GITEA_TOKEN`: Your Gitea API token
- `LLM_API_KEY`: API key for the language model used by Aider - `LLM_API_KEY`: API key for the language model used by Aider
```
""" """
import logging import logging