We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bdd06 commit e042352Copy full SHA for e042352
plugwise_usb/helpers/util.py
@@ -7,7 +7,6 @@
7
import crcmod
8
9
from ..constants import HW_MODELS
10
-from ..exceptions import NodeError
11
12
crc_fun = crcmod.mkCrcFun(0x11021, rev=False, initCrc=0x0000, xorOut=0x0000)
13
0 commit comments