Skip to content

Commit

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

Expand All @@ -31,11 +30,6 @@
KEY_REFRESH_TOKEN = 'refresh_token' # nosec
KEY_EXPIRATION_DATE = 'expiration_date'

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

class TPPTokenConnection(AbstractTPPConnection):
def __init__(self, url, user=None, password=None, access_token=None, refresh_token=None, http_request_kwargs=None):
"""
Expand Down

0 comments on commit 4c093e0

Please sign in to comment.