Skip to content

Commit 6f27faf

Browse files
committed
Remove config on vendored library because it is removed.
1 parent 49ad011 commit 6f27faf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lambda_local/main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import logging
1111
import os
1212
import timeit
13-
from botocore.vendored.requests.packages import urllib3
1413
import multiprocessing
1514

1615
from . import event
@@ -22,7 +21,6 @@
2221
logging.basicConfig(stream=sys.stdout,
2322
level=logging.INFO,
2423
format='[%(name)s - %(levelname)s - %(asctime)s] %(message)s')
25-
urllib3.disable_warnings()
2624

2725

2826
ERR_TYPE_EXCEPTION = 0

0 commit comments

Comments
 (0)