mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-26 00:34:04 +08:00
df1a655858
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].