From 9746a28368bd552b77059063cb03fd26df011d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 20 Feb 2020 13:17:20 +0100 Subject: [PATCH] ui: Format the ui file with black. --- pantalaimon/ui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pantalaimon/ui.py b/pantalaimon/ui.py index 6420ba8..154a15d 100644 --- a/pantalaimon/ui.py +++ b/pantalaimon/ui.py @@ -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: