[#161] Fix: Client.ask zero result case
When there's zero results, the method should not yield an empty dictionary. Otherwise counting number of results could be wrong (think `len(list(site.ask('...')))`)
Loading
Please register or sign in to comment