Skip to content

Commit f7e01c3

Browse files
committed
QA fixes
1 parent 8472073 commit f7e01c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

fastybird_fb_bus_connector/connector.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,11 @@ def has_unfinished_tasks(self) -> bool:
481481

482482
# -----------------------------------------------------------------------------
483483

484-
async def write_property(self, property_item: Union[DevicePropertyEntity, ChannelPropertyEntity], data: Dict) -> None:
484+
async def write_property(
485+
self,
486+
property_item: Union[DevicePropertyEntity, ChannelPropertyEntity],
487+
data: Dict,
488+
) -> None:
485489
"""Write device or channel property value to device"""
486490
if self.__stopped:
487491
self.__logger.warning("Connector is stopped, value can't be written")

0 commit comments

Comments
 (0)