Skip to content

Commit c7ba4a2

Browse files
committed
Reformatted per new black version
1 parent d6a772d commit c7ba4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_atecc/adafruit_atecc_cert_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def generate_csr(self):
7878
return csr
7979

8080
def _csr_begin(self):
81-
"""Initializes CSR generation. """
81+
"""Initializes CSR generation."""
8282
assert 0 <= self._slot <= 4, "Provided slot must be between 0 and 4."
8383
# Create a new key
8484
self._key = bytearray(64)

0 commit comments

Comments
 (0)