mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 05:41:13 -05:00
ui: Format the ui file with black.
This commit is contained in:
parent
4dac44cfd7
commit
9746a28368
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user