Skip to content

Commit a24319c

Browse files
committed
Remove unused ssl import.
1 parent 3d5f4d6 commit a24319c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cget/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import click, os, sys, shutil, json, six, hashlib, ssl
1+
import click, os, sys, shutil, json, six, hashlib
22

33
if sys.version_info[0] < 3:
44
try:

0 commit comments

Comments
 (0)