Skip to content

Commit 7bcd5b6

Browse files
committed
scripts/ssl-check: Update script to be flake8 compliant
1 parent 46f8249 commit 7bcd5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: scripts/ssl-check.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# cf. https://github.com/pypa/manylinux/issues/53
22

3+
import sys
4+
35
GOOD_SSL = "https://google.com"
46
BAD_SSL = "https://self-signed.badssl.com"
57

6-
import sys
7-
88
print("Testing SSL certificate checking for Python:", sys.version)
99

1010
if (sys.version_info[:2] < (3, 4)):

0 commit comments

Comments
 (0)