From 63edd11aac941b320e536d636c322635ad94973c Mon Sep 17 00:00:00 2001 From: bronsen Date: Mon, 16 Feb 2026 21:11:35 +0100 Subject: [PATCH] codestyle: remove unneeded hints for pyright --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 61eaf45..521a238 100644 --- a/tests.py +++ b/tests.py @@ -1,4 +1,4 @@ -def test_initial_layout(snap_compare): # pyright: ignore[reportMissingParameterType, reportUnknownParameterType] +def test_initial_layout(snap_compare): from teilchensammler_cli.main import app assert snap_compare(app, terminal_size=(130, 40))