From 0d77e86af2d466055f5bd52cda852b1d4b9d8b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 14 Mar 2022 14:42:40 +0100 Subject: [PATCH] small type checking fix --- tunnel-server/src/uds_tunnel/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunnel-server/src/uds_tunnel/proxy.py b/tunnel-server/src/uds_tunnel/proxy.py index abaa406d..7c926774 100644 --- a/tunnel-server/src/uds_tunnel/proxy.py +++ b/tunnel-server/src/uds_tunnel/proxy.py @@ -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 = (