Skip to content

Commit

Permalink
removing InsecureRequestWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia authored Dec 22, 2024
1 parent a8566ba commit af3dfce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dojo/problem/helper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import os
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning

from django.conf import settings

Expand Down
1 change: 0 additions & 1 deletion dojo/problem/update_mappings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import json
import os
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning

from dojo.celery import app
from dojo.decorators import dojo_async_task
Expand Down

0 comments on commit af3dfce

Please sign in to comment.