summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-16 00:49:23 +0700
committerstepshal <nessento@openmailbox.org>2016-08-11 17:18:12 +0700
commit7e16c9d3602eb7e545c3452a6778c31d59e5c56d (patch)
treeed6dd5ac05ee67f01b0315de109aea23ce569df7 /utils
parent27f4373124bcd80f975b85079eac871b97b56b15 (diff)
Add missing blank lines after class or function definition.
Diffstat (limited to 'utils')
-rw-r--r--utils/fetch_currencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py
index 47f73216..716b505e 100644
--- a/utils/fetch_currencies.py
+++ b/utils/fetch_currencies.py
@@ -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)