Skip to content

Commit 828493a

Browse files
committed
even better black
1 parent 54f38e5 commit 828493a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_seesaw/seesaw.py

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

442442
def _get_eeprom_i2c_addr(self):
443-
""" Return the EEPROM address used to store I2C address."""
443+
"""Return the EEPROM address used to store I2C address."""
444444
chip_id = self.chip_id
445445
if chip_id in (
446446
_ATTINY806_HW_ID_CODE,

0 commit comments

Comments
 (0)