Merge pull request #1941 from clinton-hall/unwarned

Don't disable urllib3 warnings
This commit is contained in:
Labrys of Knossos 2022-12-14 03:01:03 -05:00 committed by GitHub
commit 0b02c1c1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 15 deletions

View file

@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
from core.utils.network import server_responding
requests.packages.urllib3.disable_warnings()
def process(
*,
section: str,

View file

@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
from core.utils.network import server_responding
requests.packages.urllib3.disable_warnings()
def process(
*,
section: str,

View file

@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
from core.utils.network import server_responding
requests.packages.urllib3.disable_warnings()
def process(
*,
section: str,

View file

@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
from core.utils.network import server_responding
requests.packages.urllib3.disable_warnings()
def process(
*,
section: str,

View file

@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
from core.utils.network import server_responding
requests.packages.urllib3.disable_warnings()
def process(
*,
section: str,