summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/lifescan_binary_protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'glucometerutils/support/lifescan_binary_protocol.py')
-rw-r--r--glucometerutils/support/lifescan_binary_protocol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glucometerutils/support/lifescan_binary_protocol.py b/glucometerutils/support/lifescan_binary_protocol.py
index 610b5ea..8b37726 100644
--- a/glucometerutils/support/lifescan_binary_protocol.py
+++ b/glucometerutils/support/lifescan_binary_protocol.py
@@ -28,6 +28,7 @@ _LINK_CONTROL = construct.BitStruct(
)
def LifeScanPacket(include_link_control):
+ # type: (bool) -> construct.Struct
if include_link_control:
link_control_construct = _LINK_CONTROL
else: