Skip to content

Commit 54f38e5

Browse files
committed
black hole sun!
1 parent f58dea6 commit 54f38e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

adafruit_seesaw/seesaw.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ def disable_encoder_interrupt(self, encoder=0):
439439
#
440440
# return self.read8(SEESAW_SERCOM0_BASE + sercom, SEESAW_SERCOM_DATA)
441441

442-
443442
def _get_eeprom_i2c_addr(self):
444443
""" Return the EEPROM address used to store I2C address."""
445444
chip_id = self.chip_id
@@ -455,9 +454,7 @@ def _get_eeprom_i2c_addr(self):
455454
_ATTINY1617_HW_ID_CODE,
456455
):
457456
return 0xFF
458-
elif chip_id in (
459-
_SAMD09_HW_ID_CODE,
460-
):
457+
elif chip_id in (_SAMD09_HW_ID_CODE,):
461458
return 0x3F
462459
else:
463460
raise RuntimeError("Unknown chip id", hex(chip_id))

0 commit comments

Comments
 (0)