Skip to content

Commit

Permalink
Remove obsolete implementation detail
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Sep 27, 2023
1 parent fa08b46 commit 1d724a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tivars/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def set(cls, value: _T, *, length: int = None, **kwargs) -> bytes:
"""
Converts ``int`` -> ``bytes``
For implementation reasons, the output of this converter is always two bytes wide
:param value: The value to convert
:param length: The length of the data section
:return: The little-endian representation of ``value``
Expand Down

0 comments on commit 1d724a0

Please sign in to comment.