Skip to content

Commit

Permalink
Fix lint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpilato committed Dec 6, 2024
1 parent 83c9d23 commit cbac937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thotkeeper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbac937

Please # to comment.