Skip to content

Commit 1aa1ccb

Browse files
committed
they do
1 parent fb44364 commit 1aa1ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_as726x.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ def _uart_xfer(self, cmd):
493493
return None
494494

495495
def _virtual_read(self, addr):
496+
# pylint: disable=inconsistent-return-statements
496497
if addr == _AS726X_HW_VERSION:
497498
# just return what is expected
498499
return 0x40

0 commit comments

Comments
 (0)