mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-05 21:20:40 +02:00
chore: formatting tests
This commit is contained in:
parent
8c24f5dd67
commit
a48cce32e4
@ -1,5 +1,4 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from pydase.utils.helpers import is_property_attribute
|
from pydase.utils.helpers import is_property_attribute
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from pytest import LogCaptureFixture
|
|
||||||
|
|
||||||
from pydase.utils.logging import setup_logging
|
from pydase.utils.logging import setup_logging
|
||||||
|
from pytest import LogCaptureFixture
|
||||||
|
|
||||||
|
|
||||||
def test_log_error(caplog: LogCaptureFixture):
|
def test_log_error(caplog: LogCaptureFixture):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user