Skip to content

Commit

Permalink
Reformatted per new black version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 29, 2022
1 parent d6a772d commit c7ba4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_atecc/adafruit_atecc_cert_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def generate_csr(self):
return csr

def _csr_begin(self):
"""Initializes CSR generation. """
"""Initializes CSR generation."""
assert 0 <= self._slot <= 4, "Provided slot must be between 0 and 4."
# Create a new key
self._key = bytearray(64)
Expand Down

0 comments on commit c7ba4a2

Please sign in to comment.