Add missing blank lines after class or function definition.

This commit is contained in:
stepshal 2016-07-16 00:49:23 +07:00
parent 27f4373124
commit 7e16c9d360
3 changed files with 4 additions and 0 deletions

View file

@ -142,6 +142,7 @@ def wd_query(query, offset=0):
qlist.append(r.get('title', ''))
fetch_data_batch(qlist)
# fetch #
for q in wmflabs_queries:
wdq_query(q)