make pylint happy
This commit is contained in:
parent
c70badcd5a
commit
05be20f834
@ -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 New Issue
Block a user