chore: formatting tests

This commit is contained in:
Mose Müller 2023-12-18 11:59:20 +01:00
parent 8c24f5dd67
commit a48cce32e4
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import pytest
from pydase.utils.helpers import is_property_attribute

View File

@ -1,8 +1,7 @@
import logging
from pytest import LogCaptureFixture
from pydase.utils.logging import setup_logging
from pytest import LogCaptureFixture
def test_log_error(caplog: LogCaptureFixture):