Logging lines must not use f-strings. #65

Merged
Jmaa merged 2 commits from jmaa/issue-39-logging-lines-must-not-use-fstrings into main 2025-04-14 21:57:43 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit a36f88a430 - Show all commits

View File

@ -138,6 +138,7 @@ For code tasks:
MODEL = None MODEL = None
def create_aider_command(issue: str) -> list[str]: def create_aider_command(issue: str) -> list[str]:
l = [ l = [
'aider', 'aider',

View File

@ -1,4 +1,3 @@
from aider_gitea.seen_issues_db import SeenIssuesDB from aider_gitea.seen_issues_db import SeenIssuesDB