https://github.com/mercadolibre/python-sdk/blob/04a2ee09cff2eb2b6c4788c72ab7d734ba78e1af/examples/get_token.py#L25 I think the try-except clause is put accidentally outside of the context managed part. The same happens in other examples.
python-sdk/examples/get_token.py
Line 25 in 04a2ee0
I think the try-except clause is put accidentally outside of the context managed part. The same happens in other examples.