You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dead code path: never called with allow_none_charset=True anywhere
in the codebase. It also violated its own return type (returned
bytes while promising str | None). Removing it simplifies the
function and eliminates the last type: ignore in to_unicode.
0 commit comments