Fix pylint on Linux

This commit is contained in:
Damien Elmes 2025-06-16 19:58:58 +07:00
parent 4beba3f98c
commit 2f34dbde6b

View file

@ -11,7 +11,7 @@ from pathlib import Path
from anki.utils import is_mac
# pylint: disable=unused-import
# pylint: disable=unused-import,import-error
def first_run_setup() -> None:
"""Code run the first time after install/upgrade.