mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
make mypy happy
This commit is contained in:
parent
1235d77e72
commit
2ea44d3694
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def cmp() -> None:
|
|||
from .sortversion import sort_version_keys
|
||||
version = sort_version_keys[args.sort]
|
||||
|
||||
if version(oldver) > version(newver): # type: ignore
|
||||
if version(oldver) > version(newver):
|
||||
if args.newer:
|
||||
continue # don't store this diff
|
||||
diff['delta'] = 'old'
|
||||
|
|
Loading…
Add table
Reference in a new issue