Skip to content

Commit e4ec35d

Browse files
committed
removing broken urllib3 dependency
ref #113
1 parent d259674 commit e4ec35d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

calendar_cli/legacy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import logging
3737
import sys
3838
import re
39-
import urllib3
4039
from getpass import getpass
4140
from six import PY3
4241

@@ -908,9 +907,6 @@ def main():
908907

909908
caldav_conn = None
910909

911-
if args.ssl_verify_cert == 'no':
912-
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
913-
914910
if hasattr(args, 'func'):
915911
return args.func(caldav_conn, args)
916912
else:

0 commit comments

Comments
 (0)