fix image component warning

This commit is contained in:
Mose Müller 2023-12-11 11:51:24 +01:00
parent 06d11fff49
commit 74ceb7f05c

View File

@ -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: