mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix pylint on Linux
This commit is contained in:
parent
4beba3f98c
commit
2f34dbde6b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from pathlib import Path
|
||||||
from anki.utils import is_mac
|
from anki.utils import is_mac
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=unused-import
|
# pylint: disable=unused-import,import-error
|
||||||
def first_run_setup() -> None:
|
def first_run_setup() -> None:
|
||||||
"""Code run the first time after install/upgrade.
|
"""Code run the first time after install/upgrade.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue