From cbac937a982fd1da024d0bf5af9892a94b07ed0f Mon Sep 17 00:00:00 2001 From: "C. Michael Pilato" Date: Fri, 6 Dec 2024 09:01:00 -0500 Subject: [PATCH] Fix lint complaints --- thotkeeper/utils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/thotkeeper/utils.py b/thotkeeper/utils.py index af6d8e6..b56ce03 100644 --- a/thotkeeper/utils.py +++ b/thotkeeper/utils.py @@ -13,7 +13,9 @@ from .version import (__version__, parse_version) -LATEST_VERSION_URL = 'https://raw.githubusercontent.com/cmpilato/thotkeeper/refs/heads/master/www/latest-version.json' +LATEST_VERSION_URL = ('https://raw.githubusercontent.com/cmpilato/thotkeeper/' + 'refs/heads/master/www/latest-version.json') + def update_check(update_url=LATEST_VERSION_URL): """Consult the contents of a web-accessible JSON file for the