summaryrefslogtreecommitdiffstats
path: root/glucometerutils/support/lifescan_binary_protocol.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-12-12 22:29:59 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-12-12 22:29:59 +0100
commit25d8e64a0676b78c42a210846b31d0279664e112 (patch)
treecdf56cacc88689302db8ce573f31ff61fbab6aba /glucometerutils/support/lifescan_binary_protocol.py
parentFix indentation of common.py. (diff)
downloadglucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar.gz
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar.bz2
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar.lz
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar.xz
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.tar.zst
glucometerutils-25d8e64a0676b78c42a210846b31d0279664e112.zip
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: