Skip to content

Commit 50bf6e3

Browse files
committed
autopep8
1 parent 4d21474 commit 50bf6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrationv2/providers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def supports_protocol(cls, protocol, with_cert=None):
163163
# e.g. "openssl-1.0" in "openssl-1.0.2-fips"
164164
if unsupported_lc in current_libcrypto:
165165
return False
166-
166+
167167
# s2n-tls will not negotiate SSLv3 if in fips mode
168168
if protocol == Protocols.SSLv3 and get_flag(S2N_FIPS_MODE):
169169
return False

0 commit comments

Comments
 (0)