mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
decode_header accepts a parameter of type str or Header, but the stub for decode_header types the parameter as Header. Change that to Union[Header, str].