awesome-python/website
Vinta Chen b897676e01
refactor(fetch_github_stars): remove redundant early-return guard in build_graphql_query
The empty-parts check after the loop makes the upfront `if not repos: return ""` guard redundant.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-19 21:53:39 +08:00
..
static adjust css 2026-04-19 21:34:14 +08:00
templates feat(website): add sponsors section parsed from README 2026-04-19 21:10:50 +08:00
tests test: add entry validation and broken-link detection tests 2026-04-03 15:55:53 +08:00
build.py feat(website): add sponsors section parsed from README 2026-04-19 21:10:50 +08:00
fetch_github_stars.py refactor(fetch_github_stars): remove redundant early-return guard in build_graphql_query 2026-04-19 21:53:39 +08:00
readme_parser.py feat(website): add sponsors section parsed from README 2026-04-19 21:10:50 +08:00