Skip to content

Commit 58ff16a

Browse files
committed
Make black happy.
1 parent 79d8fb0 commit 58ff16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def nonce(self, data, mode=0, zero=0x0000):
300300
time.sleep(1 / 1000)
301301
if mode == 0x03:
302302
assert (
303-
calculated_nonce[0] == 0x00
303+
calculated_nonce[0] == 0x00
304304
), "Incorrectly calculated nonce in pass-thru mode"
305305
self.idle()
306306
return calculated_nonce
@@ -470,7 +470,7 @@ def write_config(self, data):
470470
if i == 84:
471471
# can't write
472472
continue
473-
self._write(0, i // 4, data[i: i + 4])
473+
self._write(0, i // 4, data[i : i + 4])
474474

475475
def _write(self, zone, address, buffer):
476476
self.wakeup()

0 commit comments

Comments
 (0)