From de19212a719b0bc6ea5455b3e32072a76d021df6 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 27 Sep 2024 17:39:18 +0200 Subject: PEP8 compliance --- modui/notification.py | 1 + 1 file changed, 1 insertion(+) (limited to 'modui/notification.py') diff --git a/modui/notification.py b/modui/notification.py index ecae6e4..4866130 100644 --- a/modui/notification.py +++ b/modui/notification.py @@ -1,5 +1,6 @@ from textual.widgets import Static + class Notification(Static): def on_mount(self) -> None: self.set_timer(3, self.remove) -- cgit v1.2.3