Skip to content

Commit

Permalink
Qa fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed May 29, 2022
1 parent 4738b58 commit 9008eda
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fastybird_homekit_connector/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,11 @@ def has_unfinished_tasks(self) -> bool:

# -----------------------------------------------------------------------------

async def write_property(self, property_item: Union[DevicePropertyEntity, ChannelPropertyEntity], data: Dict) -> None:
async def write_property(
self,
property_item: Union[DevicePropertyEntity, ChannelPropertyEntity],
data: Dict,
) -> None:
"""Write device or channel property value to device"""

# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 9008eda

Please sign in to comment.