Skip to content

Refactor query

01049eb
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refactor query #563

Refactor query
01049eb
Select commit
Loading
Failed to load commit list.
GitHub Actions / flake8 completed Dec 20, 2025 in 1s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (2)

src/api/endpoints/annotate/_shared/queries/helper.py|5 col 1| 'sqlalchemy.exists' imported but unused
src/api/endpoints/annotate/_shared/queries/helper.py|5 col 1| 'sqlalchemy.select' imported but unused

Filtered Findings (0)

Annotations

Check warning on line 5 in src/api/endpoints/annotate/_shared/queries/helper.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/api/endpoints/annotate/_shared/queries/helper.py#L5 <401>

'sqlalchemy.exists' imported but unused
Raw output
./src/api/endpoints/annotate/_shared/queries/helper.py:5:1: F401 'sqlalchemy.exists' imported but unused

Check warning on line 5 in src/api/endpoints/annotate/_shared/queries/helper.py

See this annotation in the file changed.

@github-actions github-actions / flake8

[flake8] src/api/endpoints/annotate/_shared/queries/helper.py#L5 <401>

'sqlalchemy.select' imported but unused
Raw output
./src/api/endpoints/annotate/_shared/queries/helper.py:5:1: F401 'sqlalchemy.select' imported but unused