Skip to content

Commit

Permalink
removes proxy static set
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Dec 5, 2024
1 parent 22132af commit aa4f5db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions vcert/connection_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,10 @@
# limitations under the License.
#
import base64
import os
import re
import time

import requests

proxies = {
"http": os.environ.get('HTTP_PROXY'),
"https": os.environ.get('HTTPS_PROXY'),
}

import six.moves.urllib.parse as urlparse
from nacl.public import SealedBox
from six import string_types
Expand Down

0 comments on commit aa4f5db

Please sign in to comment.