Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise for status when Yahoo! returns 403
Sometimes Yahoo! returns 403. This causes a tuple destructuring error later in `parse_response()`, when `.json()` actually does not return anything that can be destructured. The correct defensive behavior is to fail fast and exit here.
- Loading branch information