mirror of
https://github.com/ankitects/anki.git
synced 2026-01-15 14:59:00 -05:00
make pylint happy
This commit is contained in:
parent
3377fea96c
commit
cca836de34
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class ThemeManager:
|
|||
return False
|
||||
if not isMac:
|
||||
return False
|
||||
import darkdetect
|
||||
import darkdetect # pylint: disable=import-error
|
||||
|
||||
return darkdetect.isDark() is True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue