mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-07 05:50:41 +02:00
fix image component warning
This commit is contained in:
parent
06d11fff49
commit
74ceb7f05c
@ -19,9 +19,9 @@ class Image(DataService):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
) -> None:
|
) -> None:
|
||||||
|
super().__init__()
|
||||||
self._value: str = ""
|
self._value: str = ""
|
||||||
self._format: str = ""
|
self._format: str = ""
|
||||||
super().__init__()
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def value(self) -> str:
|
def value(self) -> str:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user