SIGN IN SIGN UP
vinta / awesome-python UNCLAIMED

An opinionated list of Python frameworks, libraries, tools, and resources.

0 0 50 Python

refactor(readme_parser): consolidate state reset to tail of flush_group

State reset (current_group_name = None, current_group_cats = []) was
duplicated in both branches of the early-return guard. Move it after
the conditional so it runs exactly once regardless of path.

Co-Authored-By: Claude <noreply@anthropic.com>
V
Vinta Chen committed
e47d22952862630b1636bb8a6fa322d93ee3d973
Parent: b897676