We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a772d commit c7ba4a2Copy full SHA for c7ba4a2
adafruit_atecc/adafruit_atecc_cert_util.py
@@ -78,7 +78,7 @@ def generate_csr(self):
78
return csr
79
80
def _csr_begin(self):
81
- """Initializes CSR generation. """
+ """Initializes CSR generation."""
82
assert 0 <= self._slot <= 4, "Provided slot must be between 0 and 4."
83
# Create a new key
84
self._key = bytearray(64)
0 commit comments