From 1cf3b2ce657934d55ca471f44d79b3a73068921d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 9 Oct 2024 10:32:23 -0700 Subject: [PATCH] Fix lint --- pyxform/validators/updater.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyxform/validators/updater.py b/pyxform/validators/updater.py index ca41c528..e47cbb2c 100644 --- a/pyxform/validators/updater.py +++ b/pyxform/validators/updater.py @@ -532,8 +532,7 @@ def _install_check(bin_file_path=None): class ODKValidateUpdater(_UpdateService): def __init__(self): self.update_info = _UpdateInfo( - api_url="https://api.github.com/repos/getodk/validate/" - "releases/latest", + api_url="https://api.github.com/repos/getodk/validate/releases/latest", repo_url="https://github.com/getodk/validate", validate_subfolder="odk_validate", install_check=self._install_check,