make pylint happy
This commit is contained in:
parent
c70badcd5a
commit
05be20f834
@ -23,7 +23,7 @@ class ThemeManager:
|
|||||||
return False
|
return False
|
||||||
if not isMac:
|
if not isMac:
|
||||||
return False
|
return False
|
||||||
import darkdetect
|
import darkdetect # pylint: disable=import-error
|
||||||
|
|
||||||
return darkdetect.isDark() is True
|
return darkdetect.isDark() is True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user