Fix flake8 error

This commit is contained in:
micbou 2016-11-15 11:15:16 +01:00
parent 4f2494e87e
commit c33a844e5f
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -59,6 +59,7 @@ def PatchNoProxy():
os.environ['no_proxy'] = ( additions if not current_value
else current_value + ',' + additions )
# We need this so that Requests doesn't end up using the local HTTP proxy when
# talking to ycmd. Users should actually be setting this themselves when
# configuring a proxy server on their machine, but most don't know they need to