ui: Format the ui file with black.

This commit is contained in:
Damir Jelić 2020-02-20 13:17:20 +01:00
parent 4dac44cfd7
commit 9746a28368

View File

@ -15,9 +15,9 @@
from importlib import util
UI_ENABLED = (
util.find_spec("gi") is not None and
util.find_spec("gi.repository") is not None and
util.find_spec("pydbus") is not None
util.find_spec("gi") is not None
and util.find_spec("gi.repository") is not None
and util.find_spec("pydbus") is not None
)
if UI_ENABLED: