Linter
This commit is contained in:
parent
4537544fde
commit
d248dbb72b
@ -3,6 +3,7 @@ import re
|
||||
from typing import Any, Dict, Iterable, Optional, Tuple
|
||||
from urllib.parse import unquote
|
||||
|
||||
|
||||
HeaderIterable = Iterable[Tuple[str, Any]] # Values convertible to str
|
||||
Options = Dict[str, str] # key=value fields in various headers
|
||||
OptionsIterable = Iterable[Tuple[str, str]] # May contain duplicate keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user