From 2f34dbde6bde97a7b5a3f3574d592068a6cc7faf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 16 Jun 2025 19:58:58 +0700 Subject: [PATCH] Fix pylint on Linux --- qt/aqt/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/package.py b/qt/aqt/package.py index 96cfe4b23..a0642fca0 100644 --- a/qt/aqt/package.py +++ b/qt/aqt/package.py @@ -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.