We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c35dce + d990ae7 commit b06b85aCopy full SHA for b06b85a
1 file changed
client/deis.py
@@ -91,7 +91,6 @@ class Session(requests.Session):
91
92
def __init__(self):
93
super(Session, self).__init__()
94
- self.trust_env = False
95
config_dir = os.path.expanduser('~/.deis')
96
self.proxies = {
97
"http": os.getenv("http_proxy"),
0 commit comments