style: remove invalid space

This commit is contained in:
topsworld
2024-12-18 10:34:07 +08:00
parent 189060dd86
commit 99e654f0c7
5 changed files with 14 additions and 14 deletions

View File

@ -564,11 +564,11 @@ class MIoTLan:
0, lambda: self._main_loop.create_task(
self.init_async()))
@ property
@property
def virtual_did(self) -> str:
return self._virtual_did
@ property
@property
def mev(self) -> MIoTEventLoop:
return self._mev