tests: don't initialize logger instance

What did we event want it for in the first place?
This commit is contained in:
bronsen 2026-02-20 21:49:42 +01:00
parent fe73b03bf3
commit 13ba6c0f55

View file

@ -1,10 +1,7 @@
import pytest import pytest
import logging
from teilchensammler_cli.models import TeilchenCreate, make_teilchen_input 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 @pytest.mark.final # don't run while we are fiddling with the app
def test_initial_layout(snap_compare): def test_initial_layout(snap_compare):