Skip to content

Commit d5185eb

Browse files
committed
linting.
1 parent 1db9ebe commit d5185eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_rfm69.py

+2
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ def __init__(self, spi, cs, reset, frequency, *, sync_word=b'\x2D\xD4',
346346
# Set transmit power to 13 dBm, a safe value any module supports.
347347
self.tx_power = 13
348348

349+
# pylint: disable=no-member
350+
# Reconsider this disable when it can be tested.
349351
def _read_into(self, address, buf, length=None):
350352
# Read a number of bytes from the specified address into the provided
351353
# buffer. If length is not specified (the default) the entire buffer

0 commit comments

Comments
 (0)