From d1d7ca4eeff3346d21f373fd89ccb51c710b4206 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 27 Jul 2026 18:53:01 +0200 Subject: batt: Silence wrong linter warning --- dot.local-bin-batt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot.local-bin-batt') diff --git a/dot.local-bin-batt b/dot.local-bin-batt index 415afba..428112e 100755 --- a/dot.local-bin-batt +++ b/dot.local-bin-batt @@ -5,7 +5,7 @@ import datetime import gi gi.require_version("UPowerGlib", "1.0") -from gi.repository import UPowerGlib as upower +from gi.repository import UPowerGlib as upower # noqa: E402 client = upower.Client.new() dev = client.get_display_device() -- cgit v1.2.3