fixing tests

This commit is contained in:
Mose Müller
2024-03-27 16:37:10 +01:00
parent e71186dce4
commit e56a6e0653
4 changed files with 3 additions and 8 deletions

View File

@ -3,10 +3,9 @@ import logging
import pydase
import pydase.components.device_connection
import pytest
from pytest import LogCaptureFixture
from tests.utils.test_serializer import pytest
logger = logging.getLogger(__name__)