diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-08-11 13:33:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-11 13:33:59 +0200 |
| commit | 31866d9f3357683949971b62d44e01b3d73befe1 (patch) | |
| tree | 8dfdbf84609ae189af725e569b7d35656ce01ab3 /utils | |
| parent | 827aba45991d8379054a2c098e0a4bc44984fb44 (diff) | |
| parent | 7e16c9d3602eb7e545c3452a6778c31d59e5c56d (diff) | |
Merge pull request #629 from stepshal/E305
Add missing blank lines after class or function definition.
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/fetch_currencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |