Skip to content

Commit

Permalink
[skip ci] Update annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Oct 18, 2024
1 parent 2b727ae commit 9e475be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyplumio/frames/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ def hex(self, *args: Any, **kwargs: Any) -> str:
return self.bytes.hex(*args, **kwargs)

def assign_to(self, device: PhysicalDevice) -> None:
"""Assign device handler to the frame."""
"""Assign device to the frame."""
self._handler = device

@property
def handler(self) -> PhysicalDevice | None:
"""Return the frame handler."""
"""Return the device associated to the frame."""
return self._handler

@property
Expand Down

0 comments on commit 9e475be

Please sign in to comment.