Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
self._raw.get('results', []) returns None, not [] which breaks
when we try to iterate it. writing it like this will ensure that the user will receive an empty response (empty Aggs list) which will not raise TypeError: 'NoneType' object is not iterable
- Loading branch information