small type checking fix

This commit is contained in:
Adolfo Gómez García 2022-03-14 14:42:40 +01:00
parent a179522f4c
commit 0d77e86af2

View File

@ -58,7 +58,7 @@ class Proxy:
cfg: config.ConfigurationType,
ticket: bytes,
msg: str,
queryParams: typing.Mapping[str, str] = None,
queryParams: typing.Optional[typing.Mapping[str, str]] = None,
) -> typing.MutableMapping[str, typing.Any]:
try:
url = (