Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Oct 9, 2024
1 parent 0356fdf commit 1cf3b2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyxform/validators/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1cf3b2c

Please sign in to comment.