Skip to content

Commit 07636b4

Browse files
committed
fix lint error for blank lines after def
1 parent 4312223 commit 07636b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rebuild_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def storePageData(url, fname):
1414
with open('%s.json' % fname, 'w') as h:
1515
h.write(json.dumps(dict(r.headers), indent=2))
1616

17+
1718
for n in range(1, 22):
1819
url = 'https://webmention.rocks/test/%d' % n
1920
fname = '%s_%d' % (path_testdata, n)

0 commit comments

Comments
 (0)