Skip to content

Commit 39d0917

Browse files
committed
sshhhh
1 parent bcffd99 commit 39d0917

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_mlx90393.py

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def _transceive(self, payload, rxlen=0):
215215
# Write 'value' to the specified register
216216
# TODO: Check this. It's weird that the write is accepted but the read is naked.
217217
with self.i2c_device as i2c:
218+
# pylint: disable=unexpected-keyword-arg
218219
i2c.write(payload, stop=False)
219220

220221
while True:
@@ -438,6 +439,7 @@ def read_data(self):
438439
# Return the raw int values if requested
439440
return m_x, m_y, m_z
440441

442+
# pylint: disable=no-self-use
441443
def _unpack_axis_data(self, resolution, data):
442444
# see datasheet
443445
if resolution == RESOLUTION_19:

0 commit comments

Comments
 (0)