From 37f1b43b933a4e1b5541b1a13c87db1a53703554 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 9 Jul 2026 10:16:23 +0200 Subject: [PATCH] Debug: Fix pep8. --- src/View/Debug/Window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/Debug/Window.py b/src/View/Debug/Window.py index 5ffc1c31..06931938 100644 --- a/src/View/Debug/Window.py +++ b/src/View/Debug/Window.py @@ -103,6 +103,7 @@ class ReplWindow(PamhyrWindow): # Display results self.find(QTextEdit, "textEdit").append(str(value)) + class TimerWindow(PamhyrWindow): _pamhyr_ui = "DebugTimer" _pamhyr_name = "Debug Timer"