Index: dialin/dg/fluid_leak.py =================================================================== diff -u -rba6d26ee1006f3fd215a5c11a078b20006a489d4 -ra34f654fb207c8bb35fcfcac155e4e5baa7f1d56 --- dialin/dg/fluid_leak.py (.../fluid_leak.py) (revision ba6d26ee1006f3fd215a5c11a078b20006a489d4) +++ dialin/dg/fluid_leak.py (.../fluid_leak.py) (revision a34f654fb207c8bb35fcfcac155e4e5baa7f1d56) @@ -15,7 +15,7 @@ ############################################################################ import struct from ..utils.conversions import integer_to_bytearray, float_to_bytearray -from ..common.msg_defs import MsgIds, MsgFieldPositions, MsgIdsDialin +from ..common.msg_defs import MsgIds, MsgFieldPositions from .constants import RESET, NO_RESET from ..protocols.CAN import (DenaliMessage, DenaliChannels) from ..utils.base import _AbstractSubSystem, _publish