From 7e16c9d3602eb7e545c3452a6778c31d59e5c56d Mon Sep 17 00:00:00 2001 From: stepshal Date: Sat, 16 Jul 2016 00:49:23 +0700 Subject: Add missing blank lines after class or function definition. --- utils/fetch_currencies.py | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/fetch_currencies.py b/utils/fetch_currencies.py index 47f732163..716b505ee 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) -- cgit v1.2.3-54-g00ecf