Add an empty line to make isort happy.

This commit is contained in:
L. Kärkkäinen 2019-12-15 14:07:07 +02:00
parent 6cfd764084
commit eb349fe5b5

View File

@ -5,6 +5,7 @@ from urllib.parse import unquote
from sanic.helpers import STATUS_CODES
HeaderIterable = Iterable[Tuple[str, Any]] # Values convertible to str
Options = Dict[str, Union[int, str]] # key=value fields in various headers
OptionsIterable = Iterable[Tuple[str, str]] # May contain duplicate keys