Skip to content

Commit

Permalink
Remove unused ssl import.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcf000 committed May 2, 2023
1 parent 3d5f4d6 commit 5ab9f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cget/util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import click, os, sys, shutil, json, six, hashlib, ssl
import click, os, sys, shutil, json, six, hashlib

if sys.version_info[0] < 3:
try:
Expand Down

0 comments on commit 5ab9f18

Please sign in to comment.