Skip to content

Commit bbc8dde

Browse files
committed
black again
1 parent d5bde7f commit bbc8dde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ def __init__(self, i2c_bus, address=_REG_ATECC_DEVICE_ADDR, debug=False):
138138
)
139139

140140
def wakeup(self):
141-
"""Wakes up THE ATECC608A from sleep or idle modes.
142-
"""
141+
"""Wakes up THE ATECC608A from sleep or idle modes."""
143142
# This is a hack to generate the ATECC Wake condition, which is SDA
144143
# held low for t > 60us (twlo). For an I2C clock freq of 100kHz, 8
145144
# clock cycles will be 80us. This signal is generated by trying to

0 commit comments

Comments
 (0)