Skip to content

Commit 436242f

Browse files
committed
lint
1 parent 0efc201 commit 436242f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

awscrt/io.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class _CertificateSource(IntEnum):
2222
TLS configuration. The CRT reads this and encodes it as
2323
feature ID "I" in the metrics string.
2424
"""
25-
CERTIFICATE_FILES = 0 # PEM cert + key files
26-
PKCS11 = 1 # Hardware security module via PKCS11
27-
WINDOWS_CERT_STORE = 2 # windows certificate source
28-
PKCS12_FILE = 4 # PKCS#12 (.p12/.pfx) files
25+
CERTIFICATE_FILES = 0 # PEM cert + key files
26+
PKCS11 = 1 # Hardware security module via PKCS11
27+
WINDOWS_CERT_STORE = 2 # windows certificate source
28+
PKCS12_FILE = 4 # PKCS#12 (.p12/.pfx) files
2929

3030

3131
class LogLevel(IntEnum):

0 commit comments

Comments
 (0)