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,
|
cfg: config.ConfigurationType,
|
||||||
ticket: bytes,
|
ticket: bytes,
|
||||||
msg: str,
|
msg: str,
|
||||||
queryParams: typing.Mapping[str, str] = None,
|
queryParams: typing.Optional[typing.Mapping[str, str]] = None,
|
||||||
) -> typing.MutableMapping[str, typing.Any]:
|
) -> typing.MutableMapping[str, typing.Any]:
|
||||||
try:
|
try:
|
||||||
url = (
|
url = (
|
||||||
|
Loading…
Reference in New Issue
Block a user