From d147adf955b68753198070cb73e4283d808fb9a8 Mon Sep 17 00:00:00 2001 From: "Jon Michael Aanes (aider)" Date: Mon, 14 Apr 2025 14:18:47 +0200 Subject: [PATCH] fix: Correct docstring formatting and remove extraneous code block --- aider_gitea/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 9d25f64..86a88d5 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -64,7 +64,6 @@ solve_issue_in_repository( The tool uses environment variables for sensitive information: - `GITEA_TOKEN`: Your Gitea API token - `LLM_API_KEY`: API key for the language model used by Aider -``` """ import logging -- 2.45.1