mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52: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
|
from anki import version
|
||||||
|
|
||||||
try:
|
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:
|
except:
|
||||||
build = "dev"
|
build = "dev"
|
||||||
return "%s (%s)" % (version, build)
|
return "%s (%s)" % (version, build)
|
||||||
|
|
Loading…
Reference in a new issue