Ruff: File test/test_init.py is part of an implicit namespace package. Add an __init__.py. #64

Merged
Jmaa merged 2 commits from jmaa/issue-49-ruff-file-testtestinitpy-is-part-of-an-implicit-namespace-package-add-an-initpy into main 2025-04-14 21:57:56 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 49772abe48 - Show all commits

View File

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

View File

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