From 1d724a0f9a9016a2ae1591cdae64ca14960bb57a Mon Sep 17 00:00:00 2001 From: KG Date: Tue, 26 Sep 2023 20:27:59 -0400 Subject: [PATCH] Remove obsolete implementation detail --- tivars/data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tivars/data.py b/tivars/data.py index aa6f7e7..4b6374a 100644 --- a/tivars/data.py +++ b/tivars/data.py @@ -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``