From 2ebfb6240fe883f475eb24d06ebd99e72046868b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Tue, 28 Oct 2025 00:20:17 +0000 Subject: [PATCH] chore: fix --- tests/pytest/mock_input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/mock_input.py b/tests/pytest/mock_input.py index af4b6d8a..d4e49704 100644 --- a/tests/pytest/mock_input.py +++ b/tests/pytest/mock_input.py @@ -35,6 +35,7 @@ class mock_signal(): @staticmethod def clear(): pass + class Mock_TTkInput(): exceptionRaised = mock_signal inputEvent = mock_signal