From cfda5976f0106328c32b555529aec92b3b184139 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:38:38 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- qgis_deployment_toolbelt/utils/proxies.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qgis_deployment_toolbelt/utils/proxies.py b/qgis_deployment_toolbelt/utils/proxies.py index 28c7cbe7..92f87a45 100644 --- a/qgis_deployment_toolbelt/utils/proxies.py +++ b/qgis_deployment_toolbelt/utils/proxies.py @@ -165,11 +165,11 @@ def wrapper(*args, **kwargs): """Decorator wrapper to define environment variable for proxy use. If a proxy settings is available for https or http we: - - backup current environment value + - backup current environment value - define environment value with proxy settings - run function - restore environment value if available - + Returns: _type_: function result