Skip to content

Commit

Permalink
flake8 http client fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SenadI committed Oct 12, 2017
1 parent a39c41a commit 83b8b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sevenbridges/http/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def config_vars(profiles, advance_access):
proxies = config.proxies
aa = config.advance_access
return url, token, proxies, aa
except Exception as e:
except:
pass
return None, None, None, None

Expand Down

0 comments on commit 83b8b0c

Please sign in to comment.