fix pylint

This commit is contained in:
Damien Elmes 2019-12-23 11:56:03 +10:00
parent 2d68544d64
commit f8419cf957

View File

@ -498,7 +498,7 @@ def versionWithBuild() -> str:
from anki import version
try:
from anki.buildhash import build # type: ignore
from anki.buildhash import build # type: ignore # pylint: disable=import-error
except:
build = "dev"
return "%s (%s)" % (version, build)