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