From 13ba6c0f55bb4140c7d900c4773f3c25fc8f1cde Mon Sep 17 00:00:00 2001 From: bronsen Date: Fri, 20 Feb 2026 21:49:42 +0100 Subject: [PATCH] tests: don't initialize logger instance What did we event want it for in the first place? --- tests.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests.py b/tests.py index b4a3f08..fb7a0e6 100644 --- a/tests.py +++ b/tests.py @@ -1,10 +1,7 @@ import pytest -import logging from teilchensammler_cli.models import TeilchenCreate, make_teilchen_input -logger = logging.getLogger(__name__) - @pytest.mark.final # don't run while we are fiddling with the app def test_initial_layout(snap_compare):