mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
another pylint fix
This commit is contained in:
parent
f2a7e4685c
commit
eb03b8b727
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ def versionWithBuild() -> str:
|
|||
from anki import version
|
||||
|
||||
try:
|
||||
from anki.buildhash import build # type: ignore # pylint: disable=import-error
|
||||
from anki.buildhash import build # type: ignore # pylint: disable=import-error,no-name-in-module
|
||||
except:
|
||||
build = "dev"
|
||||
return "%s (%s)" % (version, build)
|
||||
|
|
Loading…
Reference in a new issue