Index: dialin/hd/blood_leak.py =================================================================== diff -u -rfc301b720e14c38a55e8a86e04e5c63bddf12000 -r3b24090c1e1bd87d1e58d14d23d9bbdb0f141372 --- dialin/hd/blood_leak.py (.../blood_leak.py) (revision fc301b720e14c38a55e8a86e04e5c63bddf12000) +++ dialin/hd/blood_leak.py (.../blood_leak.py) (revision 3b24090c1e1bd87d1e58d14d23d9bbdb0f141372) @@ -17,13 +17,12 @@ from logging import Logger from enum import unique -from build.lib.dialin import float_to_bytearray from .constants import RESET, NO_RESET from ..common.msg_defs import MsgIds, MsgFieldPositions from ..protocols.CAN import DenaliMessage, DenaliChannels from ..utils.base import AbstractSubSystem, publish, DialinEnum from ..utils.conversions import integer_to_bytearray, bytearray_to_byte, bytearray_to_integer, \ - unsigned_short_to_bytearray, byte_to_bytearray + unsigned_short_to_bytearray, byte_to_bytearray, float_to_bytearray @unique