SIGN IN SIGN UP
vinta / awesome-python UNCLAIMED

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

0 0 54 Python

refactor(readme_parser): add _href helper to narrow attrGet return type

Extracts a _href(link) helper that returns link.attrGet('href') narrowed
to str (falling back to '') instead of the raw str|int|float|None union.
Replaces all four attrGet('href') or '' call sites with _href(), fixing
ty errors where the widened union leaked into TypedDict url fields.

Co-Authored-By: Claude <noreply@anthropic.com>
V
Vinta Chen committed
e0b0dc9c0af3177cb6397a1930a3cdeeb5d89f53
Parent: 7e7de19