aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.py
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
commitb18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 (patch)
tree00620b1233219b876253b3e6715a8d062fa36573 /src/util.py
parentUpdate-email (diff)
downloadxpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.gz
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.bz2
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/util.py')
-rw-r--r--src/util.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.py b/src/util.py
index 7ce9ea1..b9302eb 100644
--- a/src/util.py
+++ b/src/util.py
@@ -322,4 +322,3 @@ class Clocked:
for f in functions:
if isinstance(f, Clocked):
f(True)
-