mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-03 00:55:40 -05:00
ui: Format the ui file with black.
This commit is contained in:
parent
4dac44cfd7
commit
9746a28368
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue