forked from shaba/openuds
small type checking fix
This commit is contained in:
parent
a179522f4c
commit
0d77e86af2
@ -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 = (
|
||||
|
Loading…
Reference in New Issue
Block a user