mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 09:13:25 +01:00
PEP8
This commit is contained in:
parent
ab3d2656af
commit
b034c8703a
@ -15,9 +15,10 @@ try:
|
||||
# https://urllib3.readthedocs.org/en/latest/security.html
|
||||
urllib3.disable_warnings()
|
||||
except AttributeError:
|
||||
# In some rare cases, the user may have an old version of the requests or urllib3,
|
||||
# and there is no method called "disable_warnings." In these cases, we don't need to call
|
||||
# the method. They may get some noisy output but execution shouldn't die. Move on
|
||||
# In some rare cases, the user may have an old version of the requests
|
||||
# or urllib3, and there is no method called "disable_warnings." In these
|
||||
# cases, we don't need to call the method.
|
||||
# They may get some noisy output but execution shouldn't die. Move on.
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user