We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f1902 commit 0a5240cCopy full SHA for 0a5240c
integration_bot/utils/users.py
@@ -1,6 +1,7 @@
1
import os
2
import logging
3
import requests
4
+import urllib3
5
6
# Disable SSL warnings when verify=False is used
7
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
0 commit comments